Skip to content

Commit

Permalink
Initialize null handling in CompressedBigDecimalAggregatorTimeseriesT…
Browse files Browse the repository at this point in the history
…estBase to fix failing test(apache#15252)
  • Loading branch information
LakshSingla committed Oct 25, 2023
1 parent 0760e8b commit f9b3c09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.apache.druid.query.Result;
import org.apache.druid.query.aggregation.AggregationTestHelper;
import org.apache.druid.query.timeseries.TimeseriesResultValue;
import org.apache.druid.testing.InitializedNullHandlingTest;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
import org.junit.BeforeClass;
Expand All @@ -46,7 +47,7 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;

public abstract class CompressedBigDecimalAggregatorTimeseriesTestBase
public abstract class CompressedBigDecimalAggregatorTimeseriesTestBase extends InitializedNullHandlingTest
{
private final AggregationTestHelper helper;

Expand Down

0 comments on commit f9b3c09

Please sign in to comment.