Casting to UInt8 is panicking with 45.0 and 45.1 #20427
Labels
A-panic
Area: code that results in panic exceptions
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
output.zip
The file is here (it's zipped b/c github won't let me attach parquet outright.
Log output
Issue description
I can do this in python (1.17.1) without issue, it's just in rust that it doesn't work. I tried with both 0.45.0 and 0.45.1.
Expected behavior
It should cast successfully.
Installed versions
polars = { version = "0.45.0", features = ["json", "temporal", "timezones","dtype-datetime", "strings", "dtype-date","lazy","parquet"]}
polars-core = { version = "0.45.0" }
rustc --version
rustc 1.85.0-nightly (426d17342 2024-12-21)
The text was updated successfully, but these errors were encountered: