adriangb commented on PR #19128: URL: https://github.com/apache/datafusion/pull/19128#issuecomment-3620715272
This is blocked by one of #19129 or #19130, I think either should make it work. Currently some tests fail because we can't prune based on `1 = 2`. As a follow up to this we should be able to delete `PartitionPruningStatistics` and hence remove `CompositePruningStatistics` and simplify `FilePruner`. They'll need to go through the deprecation process, and we'll need to document that you should call `replace_columns_with_literals` instead. -- 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]
