raulcd commented on PR #43906:
URL: https://github.com/apache/arrow/pull/43906#issuecomment-2326103870

   I was testing locally and it seems that even though the file exists at the 
location inside the container:
   ```
   root@4084a63715db:/# ls -lrt 
/arrow/cpp/submodules/parquet-testing/data/column_chunk_key_value_metadata.parquet
 
   -rw-rw-r-- 1 1000 1000 400 Sep  2 11:59 
/arrow/cpp/submodules/parquet-testing/data/column_chunk_key_value_metadata.parquet
   ```
   The test fails:
   ```
   _____________________ test_column_chunk_key_value_metadata 
_____________________
   
   parquet_test_datadir = 
PosixPath('/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')
   
   /lib/python3.12/site-packages/pyarrow/tests/parquet/test_metadata.py:788: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   /lib/python3.12/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 44] Failed to open local file 
'/arrow/cpp/submodules/parquet-testing/data/column_chunk_key_value_metadata.parquet'.
 Detail: [errno 44] No such file or directory
   
   pyarrow/error.pxi:92: FileNotFoundError
   
   ```
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to