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.
1 parent fe6f0ff commit c0f7457Copy full SHA for c0f7457
1 file changed
tests/expr_and_series/map_batches_test.py
@@ -24,7 +24,6 @@ def xfail_not_implemented(
24
) -> None:
25
"""XFAIL if the constructor doesn't support map_batches."""
26
constructor_id = str(request.node.callspec.id)
27
- print(constructor_id)
28
if any(x in str(constructor) for x in ("dask", "duckdb", "ibis", "sqlframe")) or (
29
constructor_id == "pyspark[connect]"
30
):
0 commit comments