kou opened a new issue, #43868: URL: https://github.com/apache/arrow/issues/43868
### Describe the bug, including details regarding any error messages, version, and platform. It's required since #41580. https://github.com/ursacomputing/crossbow/actions/runs/10604493737/job/29391275377#step:7:8847 ```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 ``` ### Component(s) Parquet, Python -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org