kfaraz commented on code in PR #14507:
URL: https://github.com/apache/druid/pull/14507#discussion_r1278794196


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/ParallelIndexSupervisorTask.java:
##########
@@ -537,10 +536,10 @@ public TaskStatus runTask(TaskToolbox toolbox) throws 
Exception
           return runSinglePhaseParallel(toolbox);
         }
       } else {
-        if (!getInputSource().isSplittable()) {
+        if (!getInputSource(inputSourceWithToolbox).isSplittable()) {
           LOG.warn(
               "firehoseFactory[%s] is not splittable. Running sequentially.",
-              getInputSource().getClass().getSimpleName()
+              getInputSource(inputSourceWithToolbox).getClass().getSimpleName()

Review Comment:
   ```suggestion
                 inputSource.getClass().getSimpleName()
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

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