Skip to content

Commit

Permalink
disable lists for now from row_encoding_sort
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Dec 16, 2024
1 parent 5d2990e commit d5776d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-polars/tests/unit/test_row_encoding_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def cmp(
pl.Categorical,
pl.Enum, # We cannot properly deal with physical order
pl.Decimal, # Bug: see https://github.com/pola-rs/polars/issues/20308
pl.List, # I am not sure what is broken here.
pl.Array, # I am not sure what is broken here.
],
max_cols=3,
max_size=5,
Expand Down

0 comments on commit d5776d1

Please sign in to comment.