SchemaError: failed to determine supertype of enum and u32 #17618
Labels
accepted
Ready for implementation
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 was created by whittling down the larger problem case into the smallest possible case which still produces the error. So, the fact that the
DataFrame
has shape(0, 1)
is not the issue. The issue occurs even with a largerDataFrame
that has data in it:Expected behavior
Successful filtering using structs.
Installed versions
The text was updated successfully, but these errors were encountered: