We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d5fd9 commit 292cb10Copy full SHA for 292cb10
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java
@@ -127,8 +127,8 @@ public void testBinCommandMinspan() throws IOException {
127
@Test
128
public void testBinCommandStartEnd() throws IOException {
129
String query =
130
- "source=opensearch-sql_test_index_account | bin balance start=1000 end=50000 | stats"
131
- + " count() by balance | sort balance";
+ "source=opensearch-sql_test_index_account | bin balance start=1000 end=50000 | stats"
+ + " count() by balance | sort balance";
132
var result = explainQueryToString(query);
133
String expected = loadExpectedPlan("explain_bin_start_end.json");
134
assertJsonEqualsIgnoreId(expected, result);
0 commit comments