From d5776d151b03d761738d0b3fa3944ce3f69d8acc Mon Sep 17 00:00:00 2001 From: coastalwhite Date: Mon, 16 Dec 2024 16:41:17 +0100 Subject: [PATCH] disable lists for now from row_encoding_sort --- py-polars/tests/unit/test_row_encoding_sort.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py-polars/tests/unit/test_row_encoding_sort.py b/py-polars/tests/unit/test_row_encoding_sort.py index 44bd54f2fb6b..17fac99343f0 100644 --- a/py-polars/tests/unit/test_row_encoding_sort.py +++ b/py-polars/tests/unit/test_row_encoding_sort.py @@ -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,