New streaming engine incorrectly sets sorted flag for lexical categorical in partition_by
#20440
Open
2 tasks done
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
shape: (1, 2) ┌─────────────┬────────────┐ │ column_name ┆ sorted_asc │ │ --- ┆ --- │ │ str ┆ bool │ ╞═════════════╪════════════╡ │ y ┆ true │ └─────────────┴────────────┘ shape: (2, 2) ┌─────┬─────┐ │ x ┆ y │ │ --- ┆ --- │ │ i64 ┆ cat │ ╞═════╪═════╡ │ 1 ┆ B │ │ 1 ┆ A │ └─────┴─────┘
Issue description
Sorted flag is incorrectly set.
Expected behavior
Sorted flag should not be set.
Installed versions
The text was updated successfully, but these errors were encountered: