Error on writing MutableDictionaryArray with u16 keys #14590
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
Log output
Issue description
File: src/io/ipc/write/common.rs(line 198)
The error is due to this function which expects u32 keys & gives error if the keys are u16.
Expected behavior
An arrow file to be generated after running the program.
Installed versions
polars-arrow = { version = "0.37.0", features = ["io_ipc_compression", "io_ipc"] }
polars = { version = "0.37.0" , features = ["lazy", "ipc", "dtype-categorical"]}
The text was updated successfully, but these errors were encountered: