parthchandra opened a new issue, #5338: URL: https://github.com/apache/datafusion-comet/issues/5338
### What is the problem the feature request solves? Follow up to #5323 Today, if a sort column isn't in the query's projection, we skip the merge and read the files unordered. We should read the sort columns anyway (even when not selected), merge on them, and drop them before returning the rows. A sorted table should be able to report its ordering and merge when the query doesn't select the sort key. ### Describe the potential solution _No response_ ### Additional context _No response_ -- 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]
