kou commented on PR #44097: URL: https://github.com/apache/arrow/pull/44097#issuecomment-2348031963
+1 This `test-conda-python-emscripten` failure is unrelated: https://github.com/ursacomputing/crossbow/actions/runs/10842738518/job/30088799844#step:7:8843 ```text ==================================== ERRORS ==================================== ____________ ERROR at setup of test_column_chunk_key_value_metadata ____________ @pytest.fixture(scope='module') def parquet_test_datadir(): result = os.environ.get('PARQUET_TEST_DATA') if not result: > raise RuntimeError('Please point the PARQUET_TEST_DATA environment ' 'variable to the test data directory') E RuntimeError: Please point the PARQUET_TEST_DATA environment variable to the test data directory /lib/python3.12/site-packages/pyarrow/tests/parquet/conftest.py:35: RuntimeError ``` -- 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]
