adriangb commented on PR #21372: URL: https://github.com/apache/datafusion/pull/21372#issuecomment-4199116661
This makes a lot of sense to me. We have a hacky version of this internally, it's especially effective for filters/queries like `ts > '2026-04-05T00:15:00Z' where many files will have all rows match. Can't we do this at the file level right now in DataFusion (in fact I think we do) and once the morsels API is across the line at the row group level without any changes in arrow-rs? -- 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]
