jihoonson commented on a change in pull request #8141: Use PartitionsSpec for 
all task types
URL: https://github.com/apache/incubator-druid/pull/8141#discussion_r307058051
 
 

 ##########
 File path: 
indexing-service/src/main/java/org/apache/druid/indexing/common/task/AppenderatorDriverRealtimeIndexTask.java
 ##########
 @@ -316,7 +316,10 @@ public TaskStatus run(final TaskToolbox toolbox)
             AppenderatorDriverAddResult addResult = driver.add(inputRow, 
sequenceName, committerSupplier);
 
             if (addResult.isOk()) {
-              if (addResult.isPushRequired(tuningConfig)) {
+              final boolean isPushRequired =
 
 Review comment:
   Hmm, yeah it looks better to use the existing one. Reverted to use it.

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


With regards,
Apache Git Services

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

Reply via email to