danprince1 commented on code in PR #13758:
URL: https://github.com/apache/druid/pull/13758#discussion_r1154890424


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/ParallelIndexSupervisorTask.java:
##########
@@ -767,7 +770,8 @@ TaskStatus runHashPartitionMultiPhaseParallel(TaskToolbox 
toolbox) throws Except
       );
       return TaskStatus.failure(getId(), errMsg);
     }
-    indexGenerateRowStats = 
doGetRowStatsAndUnparseableEventsParallelMultiPhase(indexingRunner, true);
+
+    indexGenerateRowStats = new 
MultiPhaseParallelIndexStatsReporter().report(this, indexingRunner, true, 
"full");

Review Comment:
   Turns out this string 'full' parameter was pretty wonky to begin with, so I 
changed it to a boolean, which seemed to make much more sense.



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