mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Rename SketchAggregationWithSimpleDataTest. (#4105)
Tests that don't end in "Test" won't get run automatically by Maven.
This commit is contained in:
parent
79f1a1d7f0
commit
4b9f975f50
@ -55,7 +55,7 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
@RunWith(Parameterized.class)
|
@RunWith(Parameterized.class)
|
||||||
public class SketchAggregationTestWithSimpleData
|
public class SketchAggregationWithSimpleDataTest
|
||||||
{
|
{
|
||||||
@Rule
|
@Rule
|
||||||
public final TemporaryFolder tempFolder = new TemporaryFolder();
|
public final TemporaryFolder tempFolder = new TemporaryFolder();
|
||||||
@ -66,7 +66,7 @@ public class SketchAggregationTestWithSimpleData
|
|||||||
private File s1;
|
private File s1;
|
||||||
private File s2;
|
private File s2;
|
||||||
|
|
||||||
public SketchAggregationTestWithSimpleData(GroupByQueryConfig config)
|
public SketchAggregationWithSimpleDataTest(GroupByQueryConfig config)
|
||||||
{
|
{
|
||||||
this.config = config;
|
this.config = config;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user