Skip to content

Commit d7904aa

Browse files
committed
fix IT and doctest
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent 6c7a2b6 commit d7904aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user/ppl/cmd/patterns.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PPL query::
6969
|-----------------------+----------------|
7070
| amberduke@pyrami.com | @. |
7171
| hattiebond@netagy.com | @. |
72-
| null | |
72+
| null | null |
7373
| daleadams@boink.com | @. |
7474
+-----------------------+----------------+
7575

integ-test/src/test/java/org/opensearch/sql/calcite/standalone/CalcitePPLJoinIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public void testComplexAntiJoin() {
273273
executeQuery(
274274
String.format(
275275
"source = %s | where country = 'Canada' OR country = 'England' | left anti join"
276-
+ " left=a, right=b ON a.name = b.name %s | sort a.age",
276+
+ " left=a, right=b ON a.name = b.name %s | sort a.age | fields name, country, state, month, year, age",
277277
TEST_INDEX_STATE_COUNTRY, TEST_INDEX_OCCUPATION));
278278
verifySchema(
279279
actual,

0 commit comments

Comments
 (0)