Commit bbc10de
committed
Fix projection loss in create_physical_plan
The create_physical_plan method was creating a fresh VortexSource and
replacing the one in the FileScanConfig that already had projections,
filters, and other settings pushed down. This caused queries to return
all columns instead of just the projected ones.
Fix by using the FileScanConfig directly, since the VortexSource within
it was already set up by file_source() and try_pushdown_projection().1 parent 31e5a44 commit bbc10de
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments