This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 207398a47de Initialize null handling in 
CompressedBigDecimalAggregatorTimeseriesTestBase to fix failing test(#15252)
207398a47de is described below

commit 207398a47defdae4ee7af91588e91f110c73d219
Author: Laksh Singla <[email protected]>
AuthorDate: Wed Oct 25 20:26:46 2023 +0530

    Initialize null handling in 
CompressedBigDecimalAggregatorTimeseriesTestBase to fix failing test(#15252)
---
 .../CompressedBigDecimalAggregatorTimeseriesTestBase.java              | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/extensions-contrib/compressed-bigdecimal/src/test/java/org/apache/druid/compressedbigdecimal/CompressedBigDecimalAggregatorTimeseriesTestBase.java
 
b/extensions-contrib/compressed-bigdecimal/src/test/java/org/apache/druid/compressedbigdecimal/CompressedBigDecimalAggregatorTimeseriesTestBase.java
index 2e7c5111847..9231d2c7dff 100644
--- 
a/extensions-contrib/compressed-bigdecimal/src/test/java/org/apache/druid/compressedbigdecimal/CompressedBigDecimalAggregatorTimeseriesTestBase.java
+++ 
b/extensions-contrib/compressed-bigdecimal/src/test/java/org/apache/druid/compressedbigdecimal/CompressedBigDecimalAggregatorTimeseriesTestBase.java
@@ -27,6 +27,7 @@ import org.apache.druid.java.util.common.guava.Sequence;
 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;
@@ -46,7 +47,7 @@ import static 
org.hamcrest.collection.IsMapWithSize.aMapWithSize;
 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;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to