Skip to content

Commit

Permalink
apache/arrow#33727 has been fixed in pyarrow via apache/arrow#34289
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed May 1, 2023
1 parent 9d409d0 commit 77a73c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask/dataframe/io/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,6 @@ def test_roundtrip(tmpdir, df, write_kwargs, read_kwargs, engine):
assert_eq(ddf, ddf2, check_divisions=False)


@pytest.mark.xfail_with_pyarrow_strings # https://github.com/apache/arrow/issues/33727
def test_categories(tmpdir, engine):
fn = str(tmpdir)
df = pd.DataFrame({"x": [1, 2, 3, 4, 5], "y": list("caaab")})
Expand Down

0 comments on commit 77a73c9

Please sign in to comment.