Skip to content

Commit 9f3a054

Browse files
committed
Enable testLimitAfterAggregation in CalcitePPLAggregationIT
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 51bfc1c commit 9f3a054

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalcitePPLAggregationIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.util.Arrays;
2323
import java.util.List;
2424
import org.json.JSONObject;
25-
import org.junit.Ignore;
2625
import org.junit.jupiter.api.Test;
2726
import org.opensearch.client.Request;
2827
import org.opensearch.sql.ppl.PPLIntegTestCase;
@@ -1213,7 +1212,6 @@ public void testStatsCountOnFunctionsWithUDTArg() throws IOException {
12131212
rows(1, 1508716800));
12141213
}
12151214

1216-
@Ignore("Enable after fixing https://github.com/opensearch-project/sql/issues/4296")
12171215
@Test
12181216
public void testLimitAfterAggregation() throws IOException {
12191217
JSONObject response =

0 commit comments

Comments
 (0)