rhodo opened a new pull request, #17816: URL: https://github.com/apache/pinot/pull/17816
replace single segment processing api planFetchForProcessing `FetchContext planFetchForProcessing(IndexSegment indexSegment, QueryContext queryContext);` with `List<FetchContext> planFetchForProcessing(List<SegmentContext> segmentContexts, QueryContext queryContext);` Taking all segments at once allows implementations to precompute query-derived information once rather than per segment -- 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]
