This is an automated email from the ASF dual-hosted git repository.
rohangarg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new e8773f4d0f5 Enable already passing tests in
DecoupledPlanningCalciteQueryTest (#14996)
e8773f4d0f5 is described below
commit e8773f4d0f5e215f3ec7f651b08e55b6071c06ba
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Wed Sep 20 12:12:52 2023 +0200
Enable already passing tests in DecoupledPlanningCalciteQueryTest (#14996)
---
.../calcite/DecoupledPlanningCalciteQueryTest.java | 58 ----------------------
1 file changed, 58 deletions(-)
diff --git
a/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledPlanningCalciteQueryTest.java
b/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledPlanningCalciteQueryTest.java
index c1552b0cfb8..cd421ef02b1 100644
---
a/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledPlanningCalciteQueryTest.java
+++
b/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledPlanningCalciteQueryTest.java
@@ -25,7 +25,6 @@ import org.apache.druid.server.security.AuthConfig;
import org.apache.druid.sql.calcite.planner.PlannerConfig;
import org.apache.druid.sql.calcite.util.SqlTestFramework;
import org.junit.Ignore;
-import org.junit.Test;
public class DecoupledPlanningCalciteQueryTest extends CalciteQueryTest
{
@@ -254,42 +253,6 @@ public class DecoupledPlanningCalciteQueryTest extends
CalciteQueryTest
}
- @Override
- @Ignore
- public void testSubqueryTypeMismatchWithLiterals()
- {
-
- }
-
- @Override
- @Ignore
- public void testTimeseriesQueryWithEmptyInlineDatasourceAndGranularity()
- {
-
- }
-
- @Override
- @Ignore
- public void testGroupBySortPushDown()
- {
-
- }
-
- @Override
- @Ignore
- public void testGroupingWithNullInFilter()
- {
-
- }
-
- @Override
- @Ignore
- @Test
- public void testStringAggExpressionNonConstantSeparator()
- {
-
- }
-
@Override
@Ignore
public void testOrderByAlongWithInternalScanQuery()
@@ -297,13 +260,6 @@ public class DecoupledPlanningCalciteQueryTest extends
CalciteQueryTest
}
- @Override
- @Ignore
- public void testSortProjectAfterNestedGroupBy()
- {
-
- }
-
@Override
@Ignore
public void testOrderByAlongWithInternalScanQueryNoDistinct()
@@ -311,20 +267,6 @@ public class DecoupledPlanningCalciteQueryTest extends
CalciteQueryTest
}
- @Override
- @Ignore
- public void testNestedGroupBy()
- {
-
- }
-
- @Override
- @Ignore
- public void testQueryWithSelectProjectAndIdentityProjectDoesNotRename()
- {
-
- }
-
@Override
@Ignore
public void testFilterOnCurrentTimestampWithIntervalArithmetic()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]