Open yurivict opened 1 month ago
I think there was a recent commit on main to address this:
When will the version be updated?
I'm not entirely sure when this bug was introduced, but the main cause seems to be the use of hashbrown
without its raw
feature flag when dtype-categorical
is enabled on the Polars side.
As a workaround, you can add the following line to your Cargo.toml
to resolve the issue by including hashbrown
with the raw
feature in your dependencies.
hashbrown = { version = "0.14.5", features = ["raw"] }
From what I understand, this issue should be resolved by replacing hashbrown
0.14.5 with 0.15. Since some people have already started working on the replacement, I believe we can close this issue soon!
Checks
Reproducible example
build
Log output
Issue description
Build fails:
Expected behavior
n/a
Installed versions
polars-1.9.0 rust-nightly-1.83.0.20241001 FreeBSD 14.1