clintropolis opened a new pull request, #18486: URL: https://github.com/apache/druid/pull/18486
### Description Fixes projection matching to consider the interval specified on the `CursorBuildSpec` with the projection granularity used for the __time column. Prior to this patch, a projection match could produce incorrect results if the `CursorBuildSpec` specified a partially covered interval of the segment interval and that interval did not align with projection __time column granularity boundaries. This PR fixes this by ensuring that the interval defined on `CursorBuildSpec` align with the projection granularity if the query interval does not cover the data interval. -- 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]
