kevinjqliu commented on code in PR #2237:
URL: https://github.com/apache/iceberg-python/pull/2237#discussion_r2223284864
##########
tests/integration/test_reads.py:
##########
@@ -342,7 +342,11 @@ def test_daft_nan_rewritten(catalog: Catalog) -> None:
@pytest.mark.integration
@pytest.mark.filterwarnings("ignore")
@pytest.mark.parametrize("catalog",
[pytest.lazy_fixture("session_catalog_hive"),
pytest.lazy_fixture("session_catalog")])
-def test_bodo_nan(catalog: Catalog) -> None:
+def test_bodo_nan(catalog: Catalog, monkeypatch: pytest.MonkeyPatch) -> None:
+ # Avoid local Mac issues (see GH-2225)
Review Comment:
nit:
idk if `GH-2225` will link to the issue
```suggestion
# Avoid local Mac issues (see
https://github.com/apache/iceberg-python/issues/2225)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]