Rolling aggregations not working for various integer types #20511
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
The example above panics for i8, i16, i128, u8, u16 - all of which are feature gated inside the macro below. The python example works as expected if I remove the feature gates from this macro and rebuild, though I'm not sure that is the correct fix?
polars/crates/polars-core/src/utils/mod.rs
Lines 505 to 530 in c88911f
Expected behavior
Works without panicking
Installed versions
The text was updated successfully, but these errors were encountered: