Skip to content

Commit

Permalink
clenaup
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Aug 6, 2024
1 parent f867db7 commit 6d38e8f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class CalciteSelectJoinQueryMSQTest
/**
* Run all tests with {@link JoinAlgorithm#BROADCAST}.
*/
@SqlTestFrameworkConfig.ComponentSupplier(StandardMSQComponentSupplier.class)
public static class BroadcastTest extends Base
{
@Override
Expand All @@ -58,7 +57,6 @@ protected JoinAlgorithm joinAlgorithm()
/**
* Run all tests with {@link JoinAlgorithm#SORT_MERGE}.
*/
@SqlTestFrameworkConfig.ComponentSupplier(StandardMSQComponentSupplier.class)
public static class SortMergeTest extends Base
{
@Override
Expand All @@ -84,6 +82,7 @@ protected JoinAlgorithm joinAlgorithm()
}
}

@SqlTestFrameworkConfig.ComponentSupplier(StandardMSQComponentSupplier.class)
public abstract static class Base extends CalciteJoinQueryTest
{
protected abstract JoinAlgorithm joinAlgorithm();
Expand Down

0 comments on commit 6d38e8f

Please sign in to comment.