gianm opened a new pull request, #19044: URL: https://github.com/apache/druid/pull/19044
Prior to this patch, acquireCachedSegment required the entire DataSegment object. This patch loosens the requirement to just the SegmentId. This is useful under MSQ, where caching is fully on-demand (no load rules) and the full DataSegment object is not necessarily available in the local timeline, even if a segment is cached locally. See the change in RegularLoadableSegment. -- 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]
