capistrant commented on a change in pull request #10622:
URL: https://github.com/apache/druid/pull/10622#discussion_r560477370



##########
File path: 
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/ParallelIndexSupervisorTask.java
##########
@@ -992,7 +992,9 @@ private static IndexTuningConfig 
convertToIndexTuningConfig(ParallelIndexTuningC
         tuningConfig.isLogParseExceptions(),
         tuningConfig.getMaxParseExceptions(),
         tuningConfig.getMaxSavedParseExceptions(),
-        tuningConfig.getMaxColumnsToMerge()
+        tuningConfig.getMaxColumnsToMerge(),
+        null,

Review comment:
       this should not be null null




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to