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(#15252)
  • Loading branch information
LakshSingla authored Oct 25, 2023
1 parent c5fa649 commit 207398a
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 207398a

Please sign in to comment.