Skip to content

Commit 7ad7056

Browse files
authored
disable bodo test (#2401)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change Relates to #2400 Disables importing bodo to allow us to make changes to PyArrowFileIO in #2291 ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 3457bc2 commit 7ad7056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ def test_daft_nan_rewritten(catalog: Catalog) -> None:
339339
assert math.isnan(df.to_pydict()["col_numeric"][0])
340340

341341

342+
@pytest.mark.skip(reason="Bodo should not monekeypatch PyArrowFileIO, https://github.com/apache/iceberg-python/issues/2400")
342343
@pytest.mark.integration
343344
@pytest.mark.filterwarnings("ignore")
344345
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])

0 commit comments

Comments
 (0)