import pl.from_arrow fails for dict type + struct #17443
Labels
A-interop-arrow
Area: interoperability with other Arrow implementations (such as pyarrow)
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
polars cannot exported pyarrow.Table with containing dict and struct columns and split into several pieces.
Expected behavior
Export should work and provide the same result as
pl.from_arrow(tt_bad.combine_chunks())
(current workaround).Installed versions
The text was updated successfully, but these errors were encountered: