We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bfc1c commit 9f3a054Copy full SHA for 9f3a054
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalcitePPLAggregationIT.java
@@ -22,7 +22,6 @@
22
import java.util.Arrays;
23
import java.util.List;
24
import org.json.JSONObject;
25
-import org.junit.Ignore;
26
import org.junit.jupiter.api.Test;
27
import org.opensearch.client.Request;
28
import org.opensearch.sql.ppl.PPLIntegTestCase;
@@ -1213,7 +1212,6 @@ public void testStatsCountOnFunctionsWithUDTArg() throws IOException {
1213
1212
rows(1, 1508716800));
1214
}
1215
1216
- @Ignore("Enable after fixing https://github.com/opensearch-project/sql/issues/4296")
1217
@Test
1218
public void testLimitAfterAggregation() throws IOException {
1219
JSONObject response =
0 commit comments