We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d3fe2 commit 0b9bc94Copy full SHA for 0b9bc94
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java
@@ -85,6 +85,7 @@ public void supportSearchSargPushDown_timeRange() throws IOException {
85
86
@Test
87
public void supportSearchMatchPushDown() throws IOException {
88
+ enabledOnlyWhenPushdownIsEnabled();
89
String query =
90
"source=opensearch-sql_test_index_bank birthdate = '2016-12-08 00:00:00.000000000'";
91
var result = explainQueryToString(query);
0 commit comments