projection_pushdown
regression/error from >= 0.14.15 (changes types, causes SchemaMismatch Error)
#5086
Closed
2 tasks done
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
Projection pushdown can unexpectedly change types/values.
The below example succeeds in
0.14.14
, but raises an exception in all versions since.Reproducible example
Setup:
Error: (with/without
projection_pushdown
)Expected behavior
Projection pushdown shouldn't result in incorrect types/values.
Expected result:
Installed versions
The text was updated successfully, but these errors were encountered: