raulcd opened a new issue, #44461: URL: https://github.com/apache/arrow/issues/44461
### Describe the bug, including details regarding any error messages, version, and platform. The [Windows wheel binary verification](https://github.com/ursacomputing/crossbow/actions/runs/11378238189/job/31671317057) is currently failing due to missing `PARQUET_TEST_DATA`: ``` @pytest.fixture(scope='module') def parquet_test_datadir(): if sys.platform == 'emscripten': pytest.skip("needs PARQUET_TEST_DATA files access") 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 C:\tmp\arrow-verify-release-wheels\_verify-wheel-3.9\Lib\site-packages\pyarrow\tests\parquet\conftest.py:38: RuntimeError >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> entering PDB >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> PDB post_mortem (IO-capturing turned off) >>>>>>>>>>>>>>>>>> > c:\tmp\arrow-verify-release-wheels\_verify-wheel-3.9\lib\site-packages\pyarrow\tests\parquet\conftest.py(38)parquet_test_datadir() -> raise RuntimeError('Please point the PARQUET_TEST_DATA environment ' (Pdb) ``` ### Component(s) Packaging, Python, Release -- 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