kfaraz commented on code in PR #16730:
URL: https://github.com/apache/druid/pull/16730#discussion_r1676692045
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java:
##########
@@ -600,7 +580,7 @@ static Map<Interval, DataSchema>
createDataSchemasForIntervals(
}
}
- private static List<TimelineObjectHolder<String, DataSegment>>
retrieveRelevantTimelineHolders(
+ private static Iterable<DataSegment> retrieveRelevantTimelineHolders(
Review Comment:
Fair point, let me include that in the next PR.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]