We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15d2f4 commit 84e8b38Copy full SHA for 84e8b38
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java
@@ -428,7 +428,7 @@ public void testSimpleSortExpressionPushDownWithOnlyExprProjected() throws Excep
428
"source=opensearch-sql_test_index_bank| eval b = balance + 1 | sort b | fields b";
429
var result = explainQueryToString(query);
430
String expected = loadExpectedPlan("explain_simple_sort_expr_single_expr_output_push.json");
431
- assertJsonEqualsIgnoreId(expected, result);
+ assertJsonEqualsIgnoreId(expected, result);
432
}
433
434
@Test
0 commit comments