We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0afb02 commit df5108eCopy full SHA for df5108e
1 file changed
tests/integration/test_reads.py
@@ -339,7 +339,6 @@ 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