drcrallen commented on a change in pull request #6629: Add support parallel
combine in brokers
URL: https://github.com/apache/incubator-druid/pull/6629#discussion_r240793260
##########
File path:
core/src/main/java/org/apache/druid/java/util/common/guava/BaseSequence.java
##########
@@ -40,9 +40,10 @@ public BaseSequence(
public <OutType> OutType accumulate(OutType initValue, final
Accumulator<OutType, T> fn)
{
IterType iterator = maker.make();
+ OutType accumulated = initValue;
Review comment:
much cleaner!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]