Skip to content

Commit 84e8b38

Browse files
committed
lint fix
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent f15d2f4 commit 84e8b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public void testSimpleSortExpressionPushDownWithOnlyExprProjected() throws Excep
428428
"source=opensearch-sql_test_index_bank| eval b = balance + 1 | sort b | fields b";
429429
var result = explainQueryToString(query);
430430
String expected = loadExpectedPlan("explain_simple_sort_expr_single_expr_output_push.json");
431-
assertJsonEqualsIgnoreId(expected, result);
431+
assertJsonEqualsIgnoreId(expected, result);
432432
}
433433

434434
@Test

0 commit comments

Comments
 (0)