Regression after 0.20.19: vec_hash_combine operation not supported for dtype list[u8] when joining with secondary column on list[numeric] #15555
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
After upgrading to 0.20.19 join with secondary column being pl.List(pl.UInt8) fails, while it works on 0.20.18.
Also joining on only
pl.List(pl.UInt8)
raisesPanicException: not implemented
on all previous versions, but when second non-list column is added toon=
in join - it works, which is expected?0.20.18 raises
grouping on list type is only allowed if the inner type is numeric
when trying to join in pl.String, which suggests that groupby on numeric list is supported.Also since group-by of non numeric lists is implemented, perhaps joins should support this too, but that's a separate issue.
Expected behavior
Join (at least with secondary non-list join condition) to work for lists, like in 0.20.18
Installed versions
The text was updated successfully, but these errors were encountered: