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 3457bc2 commit 4696692Copy full SHA for 4696692
tests/integration/test_reads.py
@@ -339,6 +339,7 @@ def test_daft_nan_rewritten(catalog: Catalog) -> None:
339
assert math.isnan(df.to_pydict()["col_numeric"][0])
340
341
342
+@pytest.mark.skip(reason="Bodo should not monekeypatch PyArrowFileIO, https://github.com/apache/iceberg-python/issues/2400")
343
@pytest.mark.integration
344
@pytest.mark.filterwarnings("ignore")
345
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
0 commit comments