mirror of https://github.com/apache/druid.git
clenaup
This commit is contained in:
parent
f867db774a
commit
6d38e8f075
|
@ -38,7 +38,6 @@ public class CalciteSelectJoinQueryMSQTest
|
||||||
/**
|
/**
|
||||||
* Run all tests with {@link JoinAlgorithm#BROADCAST}.
|
* Run all tests with {@link JoinAlgorithm#BROADCAST}.
|
||||||
*/
|
*/
|
||||||
@SqlTestFrameworkConfig.ComponentSupplier(StandardMSQComponentSupplier.class)
|
|
||||||
public static class BroadcastTest extends Base
|
public static class BroadcastTest extends Base
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
|
@ -58,7 +57,6 @@ public class CalciteSelectJoinQueryMSQTest
|
||||||
/**
|
/**
|
||||||
* Run all tests with {@link JoinAlgorithm#SORT_MERGE}.
|
* Run all tests with {@link JoinAlgorithm#SORT_MERGE}.
|
||||||
*/
|
*/
|
||||||
@SqlTestFrameworkConfig.ComponentSupplier(StandardMSQComponentSupplier.class)
|
|
||||||
public static class SortMergeTest extends Base
|
public static class SortMergeTest extends Base
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
|
@ -84,6 +82,7 @@ public class CalciteSelectJoinQueryMSQTest
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SqlTestFrameworkConfig.ComponentSupplier(StandardMSQComponentSupplier.class)
|
||||||
public abstract static class Base extends CalciteJoinQueryTest
|
public abstract static class Base extends CalciteJoinQueryTest
|
||||||
{
|
{
|
||||||
protected abstract JoinAlgorithm joinAlgorithm();
|
protected abstract JoinAlgorithm joinAlgorithm();
|
||||||
|
|
Loading…
Reference in New Issue