Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.apache.druid.query.timeseries.TimeseriesResultValue;
import org.apache.druid.query.topn.DimensionAndMetricValueExtractor;
import org.apache.druid.query.topn.TopNResultValue;
import org.apache.druid.testing.InitializedNullHandlingTest;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
Expand All @@ -56,7 +57,7 @@
*
*/
@RunWith(Parameterized.class)
public class SketchAggregationWithSimpleDataTest
public class SketchAggregationWithSimpleDataTest extends InitializedNullHandlingTest
{
@Rule
public final TemporaryFolder tempFolder = new TemporaryFolder();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.apache.druid.query.groupby.ResultRow;
import org.apache.druid.query.groupby.epinephelinae.GrouperTestUtil;
import org.apache.druid.query.groupby.epinephelinae.TestColumnSelectorFactory;
import org.apache.druid.testing.InitializedNullHandlingTest;
import org.junit.After;
import org.junit.Assert;
import org.junit.Rule;
Expand All @@ -59,7 +60,7 @@
*
*/
@RunWith(Parameterized.class)
public class OldApiSketchAggregationTest
public class OldApiSketchAggregationTest extends InitializedNullHandlingTest
{
private final AggregationTestHelper helper;

Expand Down