clintropolis opened a new pull request, #19726: URL: https://github.com/apache/druid/pull/19726
### Description This PR allows clustered segments to provide time ordered cursors when the `CursorBuildSpec` requests it, iff time is the first non-grouping column in the clustered segment (so individual groups are effectively time ordered). This is done with a cursor that does a k-way of all applicable group cursors. This PR only supports non-vectorized cursors, will look into vectorized cursors as a follow-up. -- 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]
