Skip to content

Commit

Permalink
Enable already passing tests in DecoupledPlanningCalciteQueryTest (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk authored Sep 20, 2023
1 parent 73bab2f commit e8773f4
Showing 1 changed file with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
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
{
Expand Down Expand Up @@ -254,77 +253,20 @@ public void testRequireTimeConditionSemiJoinNegative()

}

@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()
{

}

@Override
@Ignore
public void testSortProjectAfterNestedGroupBy()
{

}

@Override
@Ignore
public void testOrderByAlongWithInternalScanQueryNoDistinct()
{

}

@Override
@Ignore
public void testNestedGroupBy()
{

}

@Override
@Ignore
public void testQueryWithSelectProjectAndIdentityProjectDoesNotRename()
{

}

@Override
@Ignore
public void testFilterOnCurrentTimestampWithIntervalArithmetic()
Expand Down

0 comments on commit e8773f4

Please sign in to comment.