imply-cheddar commented on code in PR #13085:
URL: https://github.com/apache/druid/pull/13085#discussion_r1005109301
##########
server/src/main/java/org/apache/druid/server/coordination/ServerManager.java:
##########
@@ -195,18 +194,10 @@ public <T> QueryRunner<T>
getQueryRunnerForSegments(Query<T> query, Iterable<Seg
} else {
return new
ReportTimelineMissingSegmentQueryRunner<>(Lists.newArrayList(specs));
}
+ Function<SegmentReference, SegmentReference> segmentMapFn =
analysis.getDataSource().createSegmentMapFunction(query, cpuTimeAccumulator);
Review Comment:
Yes it is super easy to get confused by that...
--
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]