tustvold opened a new issue, #7925: URL: https://github.com/apache/arrow-datafusion/issues/7925
### Describe the bug Following https://github.com/apache/arrow-datafusion/pull/6458 SchemaAdapter as used by ParquetExec will automatically coerce a parquet file's schema to that of the table. This logic does not currently extend to either `build_row_filter` or `PruningPredicate` ### To Reproduce Pushdown a predicate on a column that is relying on type coercion ### Expected behavior The pruning logic should perform type coercion ### 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]
