We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xfail
pyarrow
large_string
1 parent 7751beb commit 8565dd2Copy full SHA for 8565dd2
dask/dataframe/io/tests/test_parquet.py
@@ -17,7 +17,7 @@
17
import dask
18
import dask.dataframe as dd
19
import dask.multiprocessing
20
-from dask.dataframe._compat import PANDAS_GE_202, PANDAS_GE_300, PYARROW_GE_2101
+from dask.dataframe._compat import PANDAS_GE_202, PANDAS_GE_300
21
from dask.dataframe.io.parquet.core import get_engine
22
from dask.dataframe.utils import assert_eq, pyarrow_strings_enabled
23
from dask.utils import natural_sort_key
@@ -2669,7 +2669,7 @@ def test_arrow_to_pandas(tmpdir, engine):
2669
2670
2671
PYARROW_LARGE_STRING_XFAIL = pytest.mark.xfail(
2672
- condition=PANDAS_GE_300 and not PYARROW_GE_2101,
+ condition=PANDAS_GE_300,
2673
reason="https://github.com/apache/arrow/issues/47177",
2674
strict=True,
2675
)
0 commit comments