We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eed7d commit f02eb48Copy full SHA for f02eb48
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/big5/PPLBig5IT.java
@@ -181,13 +181,13 @@ public void testDH3() throws IOException {
181
timing("DH3", ppl);
182
}
183
184
- @Test
+ @Ignore("DH4 fail in client")
185
public void testDH4() throws IOException {
186
String ppl = sanitize(loadFromFile("big5/queries/DH4.ppl"));
187
timing("DH4", ppl);
188
189
190
+ @Ignore("DH5 fail in client")
191
public void testDH5() throws IOException {
192
String ppl = sanitize(loadFromFile("big5/queries/DH5.ppl"));
193
timing("DH5", ppl);
0 commit comments