jihoonson commented on a change in pull request #9360: Create splits of
multiple files for parallel indexing
URL: https://github.com/apache/druid/pull/9360#discussion_r383479956
##########
File path:
core/src/main/java/org/apache/druid/data/input/SegmentsSplitHintSpec.java
##########
@@ -56,6 +57,12 @@ public long getMaxInputSegmentBytesPerTask()
return maxInputSegmentBytesPerTask;
}
+ @Override
+ public <T> Iterator<List<T>> split(Iterator<T> inputIterator, Function<T,
InputFileAttribute> inputAttributeExtractor)
Review comment:
Added comment about 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]