We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba627a commit c5635b8Copy full SHA for c5635b8
tests/integration/test_reads.py
@@ -343,7 +343,7 @@ def test_daft_nan_rewritten(catalog: Catalog) -> None:
343
@pytest.mark.filterwarnings("ignore")
344
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
345
def test_bodo_nan(catalog: Catalog, monkeypatch: pytest.MonkeyPatch) -> None:
346
- # Avoid local Mac issues (see GH-2225)
+ # Avoid local Mac issues (see https://github.com/apache/iceberg-python/issues/2225)
347
monkeypatch.setenv("BODO_DATAFRAME_LIBRARY_RUN_PARALLEL", "0")
348
monkeypatch.setenv("FI_PROVIDER", "tcp")
349
0 commit comments