Describe the bug
Found while running a benchmark against main (da3d90ab1):
...
Query 10 failed: ProjectionPushdown
caused by
Error during planning: Column index overflow
...
Query 19 failed: ProjectionPushdown
caused by
Error during planning: Column index overflow
...
To Reproduce
Run tpch sf=1 benchmarks against main with DATAFUSION_EXECUTION_PARQUET_PUSHDOWN_FILTERS=true
Expected behavior
These queries should not error
Additional context
No response