wgtmac opened a new issue, #43785: URL: https://github.com/apache/arrow/issues/43785
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/actions/runs/10493727075/job/29068353962?pr=40594 ``` =================================== FAILURES =================================== _____________________ test_column_chunk_key_value_metadata _____________________ parquet_test_datadir = PosixPath('/Users/runner/work/arrow/arrow/cpp/submodules/parquet-testing/data') def test_column_chunk_key_value_metadata(parquet_test_datadir): > metadata = pq.read_metadata(parquet_test_datadir / 'column_chunk_key_value_metadata.parquet') /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyarrow/tests/parquet/test_metadata.py:788: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyarrow/parquet/core.py:2297: in read_metadata file_ctx = where = filesystem.open_input_file(where) pyarrow/_fs.pyx:789: in pyarrow._fs.FileSystem.open_input_file ??? pyarrow/error.pxi:155: in pyarrow.lib.pyarrow_internal_check_status ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E FileNotFoundError: [Errno 2] Failed to open local file '/Users/runner/work/arrow/arrow/cpp/submodules/parquet-testing/data/column_chunk_key_value_metadata.parquet'. Detail: [errno 2] No such file or directory pyarrow/error.pxi:92: FileNotFoundError ``` ### 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