We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34694a0 commit eb1602aCopy full SHA for eb1602a
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalcitePPLAggregationIT.java
@@ -27,7 +27,6 @@
27
import org.junit.jupiter.api.Test;
28
import org.opensearch.client.Request;
29
import org.opensearch.sql.common.utils.StringUtils;
30
-import org.opensearch.sql.exception.SemanticCheckException;
31
import org.opensearch.sql.ppl.PPLIntegTestCase;
32
33
public class CalcitePPLAggregationIT extends PPLIntegTestCase {
@@ -742,7 +741,7 @@ public void testSpanByImplicitTimestamp() throws IOException {
742
741
743
Throwable t =
744
assertThrowsWithReplace(
745
- SemanticCheckException.class,
+ IllegalArgumentException.class,
746
() ->
747
executeQuery(
748
StringUtils.format(
0 commit comments