We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7952cd4 commit 5580793Copy full SHA for 5580793
2 files changed
integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchIT.java
@@ -22,6 +22,7 @@
22
import org.opensearch.sql.ppl.PPLIntegTestCase;
23
import org.opensearch.sql.util.Retry;
24
25
+@Ignore
26
@Retry
27
public class CalcitePPLTpchIT extends PPLIntegTestCase {
28
@@ -40,7 +41,6 @@ public void init() throws Exception {
40
41
loadIndex(Index.TPCH_REGION);
42
}
43
- @Ignore
44
@Test
45
public void testQ1() throws IOException {
46
String ppl = sanitize(loadFromFile("tpch/queries/q1.ppl"));
integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchPaginatingIT.java
@@ -6,8 +6,10 @@
6
package org.opensearch.sql.calcite.tpch;
7
8
import org.junit.After;
9
+import org.junit.Ignore;
10
11
12
13
14
public class CalcitePPLTpchPaginatingIT extends CalcitePPLTpchIT {
15
0 commit comments