Join on enums fails to match when sinking to parquet #20916
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
new-streaming
Features for or dependent on the new streaming engine
python
Related to Python Polars
wontfix
Checks
Reproducible example
Log output
Issue description
When joining on a key that's an enum, if I just call
.collect()
, the rows match as expected. If I instead.sink_parquet()
, no rows are matched.Expected behavior
Both printed dataframes should be identical. Both should have a non-null value in
TLF
forDUID=x
.Installed versions
The text was updated successfully, but these errors were encountered: