Describe the bug
Following #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 and get type errors
Expected behavior
The pruning logic should perform type coercion
Additional context
No response