You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2020/09/14 15:22:59 UTC

[druid] branch master updated: TransformSpecTest should extends InitializedNullHandlingTest (#10392)

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

suneet 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 3d4b48e  TransformSpecTest should extends InitializedNullHandlingTest (#10392)
3d4b48e is described below

commit 3d4b48e0aa5109e3b09c6d1c8d04264f8d9121cd
Author: Cheng Pan <37...@qq.com>
AuthorDate: Mon Sep 14 23:22:24 2020 +0800

    TransformSpecTest should extends InitializedNullHandlingTest (#10392)
---
 .../test/java/org/apache/druid/segment/indexing/TransformSpecTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/server/src/test/java/org/apache/druid/segment/indexing/TransformSpecTest.java b/server/src/test/java/org/apache/druid/segment/indexing/TransformSpecTest.java
index 8102a71..763a924 100644
--- a/server/src/test/java/org/apache/druid/segment/indexing/TransformSpecTest.java
+++ b/server/src/test/java/org/apache/druid/segment/indexing/TransformSpecTest.java
@@ -35,12 +35,13 @@ import org.apache.druid.query.filter.SelectorDimFilter;
 import org.apache.druid.segment.TestHelper;
 import org.apache.druid.segment.transform.ExpressionTransform;
 import org.apache.druid.segment.transform.TransformSpec;
+import org.apache.druid.testing.InitializedNullHandlingTest;
 import org.junit.Assert;
 import org.junit.Test;
 
 import java.util.Map;
 
-public class TransformSpecTest
+public class TransformSpecTest extends InitializedNullHandlingTest
 {
   private static final MapInputRowParser PARSER = new MapInputRowParser(
       new TimeAndDimsParseSpec(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org