Skip to content

Commit c5635b8

Browse files
authored
Update tests/integration/test_reads.py
1 parent 2ba627a commit c5635b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def test_daft_nan_rewritten(catalog: Catalog) -> None:
343343
@pytest.mark.filterwarnings("ignore")
344344
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
345345
def test_bodo_nan(catalog: Catalog, monkeypatch: pytest.MonkeyPatch) -> None:
346-
# Avoid local Mac issues (see GH-2225)
346+
# Avoid local Mac issues (see https://github.com/apache/iceberg-python/issues/2225)
347347
monkeypatch.setenv("BODO_DATAFRAME_LIBRARY_RUN_PARALLEL", "0")
348348
monkeypatch.setenv("FI_PROVIDER", "tcp")
349349

0 commit comments

Comments
 (0)