leventov commented on a change in pull request #6948: Add guava compatability
up to 27.0.1
URL: https://github.com/apache/incubator-druid/pull/6948#discussion_r303486988
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/common/task/MergeTaskBase.java
##########
@@ -114,6 +114,80 @@ public boolean apply(@Nullable DataSegment segment)
this.segmentWriteOutMediumFactory = segmentWriteOutMediumFactory;
}
+ private static String computeProcessingID(final String dataSource, final
List<DataSegment> segments)
Review comment:
Could you please keep the old method arrangement so that it's visible what
have changed in these methods?
----------------------------------------------------------------
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]