kevinjqliu commented on issue #2225: URL: https://github.com/apache/iceberg-python/issues/2225#issuecomment-3103457799
thank you! works like a charm. can we add those env vars to the test context? https://github.com/apache/iceberg-python/blob/b15937a14d7f0b8bad174fa15bc2eea4b3d8dbc7/tests/integration/test_reads.py#L345 ``` ➜ iceberg-python git:(main) BODO_DATAFRAME_LIBRARY_RUN_PARALLEL=0 FI_PROVIDER=tcp poetry run pytest tests/integration/test_reads.py::test_bodo_nan -m integration -vv -s -x ====================================================================== test session starts ====================================================================== platform darwin -- Python 3.12.11, pytest-7.4.4, pluggy-1.6.0 -- /Users/kevinliu/Library/Caches/pypoetry/virtualenvs/pyiceberg-Is5Rt7Ah-py3.12/bin/python cachedir: .pytest_cache rootdir: /Users/kevinliu/repos/iceberg-python configfile: pyproject.toml plugins: checkdocs-2.13.0, mock-3.14.1, lazy-fixture-0.6.3, requests-mock-1.12.1 collected 2 items tests/integration/test_reads.py::test_bodo_nan[session_catalog_hive] PASSED tests/integration/test_reads.py::test_bodo_nan[session_catalog] PASSED ======================================================================= 2 passed in 7.70s ======================================================================= ``` -- 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]
