Skip to content

Commit 0b9bc94

Browse files
committed
fix IT by enable it only when pushdown enabled
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent 75d3fe2 commit 0b9bc94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public void supportSearchSargPushDown_timeRange() throws IOException {
8585

8686
@Test
8787
public void supportSearchMatchPushDown() throws IOException {
88+
enabledOnlyWhenPushdownIsEnabled();
8889
String query =
8990
"source=opensearch-sql_test_index_bank birthdate = '2016-12-08 00:00:00.000000000'";
9091
var result = explainQueryToString(query);

0 commit comments

Comments
 (0)