jihoonson commented on a change in pull request #7547: Add support minor
compaction with segment locking
URL: https://github.com/apache/incubator-druid/pull/7547#discussion_r300540451
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/common/task/IndexTask.java
##########
@@ -572,7 +638,7 @@ private static boolean isGuaranteedRollup(IndexIOConfig
ioConfig, IndexTuningCon
*
* @return generated {@link ShardSpecs} representing a map of intervals and
corresponding shard specs
*/
- private ShardSpecs determineShardSpecs(
+ private Map<Interval, Pair<ShardSpecFactory, Integer>> determineShardSpecs(
Review comment:
Nice finding. Fixed the javadoc.
----------------------------------------------------------------
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]