We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e634a4 commit dd39a44Copy full SHA for dd39a44
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchIT.java
@@ -404,7 +404,6 @@ public void testQ18() throws IOException {
404
verifyNumOfRows(actual, 0);
405
}
406
407
- @Ignore("This IT is easily flaky failure in 2.19.0, but more stable after 2.19.3")
408
@Test
409
public void testQ19() throws IOException {
410
String ppl = sanitize(loadFromFile("tpch/queries/q19.ppl"));
0 commit comments