This is an automated email from the ASF dual-hosted git repository.
xvrl 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 ccd362d Fix FileIteratingFirehoseTest to extend NullHandlingTest
(#11581)
ccd362d is described below
commit ccd362d228ba996b51bd406845f824571871cf40
Author: Harini Rajendran <[email protected]>
AuthorDate: Thu Aug 12 10:26:04 2021 -0500
Fix FileIteratingFirehoseTest to extend NullHandlingTest (#11581)
---
.../org/apache/druid/data/input/impl/FileIteratingFirehoseTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/core/src/test/java/org/apache/druid/data/input/impl/FileIteratingFirehoseTest.java
b/core/src/test/java/org/apache/druid/data/input/impl/FileIteratingFirehoseTest.java
index 7683258..a1c64ad 100644
---
a/core/src/test/java/org/apache/druid/data/input/impl/FileIteratingFirehoseTest.java
+++
b/core/src/test/java/org/apache/druid/data/input/impl/FileIteratingFirehoseTest.java
@@ -22,6 +22,7 @@ package org.apache.druid.data.input.impl;
import com.google.common.base.Joiner;
import com.google.common.collect.ImmutableList;
import org.apache.commons.io.LineIterator;
+import org.apache.druid.common.config.NullHandlingTest;
import org.apache.druid.data.input.InputRow;
import org.junit.Assert;
import org.junit.Test;
@@ -41,7 +42,7 @@ import java.util.stream.Collectors;
import java.util.stream.IntStream;
@RunWith(Parameterized.class)
-public class FileIteratingFirehoseTest
+public class FileIteratingFirehoseTest extends NullHandlingTest
{
@Parameters(name = "{0}, {1}")
public static Collection<Object[]> constructorFeeder()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]