Skip to content

Commit

Permalink
chore: Remove todo and test restriction for new-streaming (pola-rs#20861
Browse files Browse the repository at this point in the history
)
  • Loading branch information
etiennebacher authored Jan 23, 2025
1 parent 3c6ac14 commit 79eedcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions py-polars/tests/unit/datatypes/test_categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,6 @@ def test_cat_preserve_lexical_ordering_on_concat() -> None:
assert df2["x"].dtype == dtype


# TODO: Bug see: https://github.com/pola-rs/polars/issues/20440
@pytest.mark.may_fail_auto_streaming
@pytest.mark.usefixtures("test_global_and_local")
def test_cat_append_lexical_sorted_flag() -> None:
df = pl.DataFrame({"x": [0, 1, 1], "y": ["B", "B", "A"]}).with_columns(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from polars.testing import assert_frame_equal, assert_series_equal


# @TODO: Bug, see https://github.com/pola-rs/polars/issues/20440
@pytest.mark.may_fail_auto_streaming
@pytest.mark.usefixtures("test_global_and_local")
def test_categorical_lexical_sort() -> None:
df = pl.DataFrame(
Expand Down

0 comments on commit 79eedcf

Please sign in to comment.