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

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


The following commit(s) were added to refs/heads/master by this push:
     new 577632f  Fix missing argument of TaskToolbox (#6121)
577632f is described below

commit 577632f5c1b7e8f454bb0c9e971179296609ef60
Author: Jihoon Son <jihoon...@apache.org>
AuthorDate: Tue Aug 7 17:18:56 2018 -0700

    Fix missing argument of TaskToolbox (#6121)
---
 .../task/batch/parallel/AbstractParallelIndexSupervisorTaskTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/indexing-service/src/test/java/io/druid/indexing/common/task/batch/parallel/AbstractParallelIndexSupervisorTaskTest.java
 
b/indexing-service/src/test/java/io/druid/indexing/common/task/batch/parallel/AbstractParallelIndexSupervisorTaskTest.java
index 341d5ee..ed70eca 100644
--- 
a/indexing-service/src/test/java/io/druid/indexing/common/task/batch/parallel/AbstractParallelIndexSupervisorTaskTest.java
+++ 
b/indexing-service/src/test/java/io/druid/indexing/common/task/batch/parallel/AbstractParallelIndexSupervisorTaskTest.java
@@ -257,6 +257,7 @@ public class AbstractParallelIndexSupervisorTaskTest 
extends IngestionTestBase
         getIndexIO(),
         null,
         null,
+        null,
         getIndexMerger(),
         null,
         null,


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

Reply via email to