This is an automated email from the ASF dual-hosted git repository.
lakshsingla pushed a commit to branch 28.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/28.0.0 by this push:
new f9e1212b272 Initialize null handling in
CompressedBigDecimalAggregatorTimeseriesTestBase to fix failing test(#15252)
(#15256)
f9e1212b272 is described below
commit f9e1212b272900334f79c50be518bf15915012a7
Author: Laksh Singla <[email protected]>
AuthorDate: Thu Oct 26 01:20:56 2023 +0530
Initialize null handling in
CompressedBigDecimalAggregatorTimeseriesTestBase to fix failing test(#15252)
(#15256)
---
.../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]