AdamGS commented on PR #23638: URL: https://github.com/apache/datafusion/pull/23638#issuecomment-4993735137
I think this is a reasonable fix especially with the target date for the release getting closer. I'm experimenting with something more powerful - while we can't push it down, maybe we can treat it similarly to table partitions/literal columns, so a predicate like `input_file_name() LIKE '%first.parquet'` can be used by the `FilePruner`. -- 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]
