Skip to content

Commit 292cb10

Browse files
committed
fix format
Signed-off-by: Kai Huang <ahkcs@amazon.com>
1 parent 57d5fd9 commit 292cb10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ public void testBinCommandMinspan() throws IOException {
127127
@Test
128128
public void testBinCommandStartEnd() throws IOException {
129129
String query =
130-
"source=opensearch-sql_test_index_account | bin balance start=1000 end=50000 | stats"
131-
+ " count() by balance | sort balance";
130+
"source=opensearch-sql_test_index_account | bin balance start=1000 end=50000 | stats"
131+
+ " count() by balance | sort balance";
132132
var result = explainQueryToString(query);
133133
String expected = loadExpectedPlan("explain_bin_start_end.json");
134134
assertJsonEqualsIgnoreId(expected, result);

0 commit comments

Comments
 (0)