Skip to content

Commit 5307039

Browse files
committed
Delete CalcitePushdownIT since all tests are run with pushdown enabled by default
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 712b896 commit 5307039

2 files changed

Lines changed: 5 additions & 113 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/pushdown/CalciteNoPushdownIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
import org.opensearch.sql.calcite.remote.*;
1515
import org.opensearch.sql.ppl.PPLIntegTestCase;
1616

17+
/**
18+
* This test suite runs all remote Calcite integration tests without pushdown enabled.
19+
*
20+
* <p>Individual tests in this suite will be executed independently with pushdown enabled.
21+
*/
1722
@RunWith(Suite.class)
1823
@Suite.SuiteClasses({
1924
CalciteArrayFunctionIT.class,

integ-test/src/test/java/org/opensearch/sql/calcite/pushdown/CalcitePushdownIT.java

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)