Joining on a struct column of lazy dataframes and then collecting gives Panic Exception #10721
Open
2 tasks done
Labels
A-panic
Area: code that results in panic exceptions
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
src_0_lazy_df & src_1_lazy_df are 2 lazy dataframes.
Issue description
Expected behavior
I have dataset that have 100s columns. I thought dividing the columns to 2 partitions one on joining keys and other on remaining columns will enable a faster lookup on what data got updated , deleted etc..
Installed versions
The text was updated successfully, but these errors were encountered: