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

   FWIW this seems to "work" (passing throught the env variable) for the Node 
test run ("Running emscripten tests in Node"), but then it still fails it does 
not find that file:
   
   ```
    =================================== FAILURES 
===================================
   _____________________ 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
   ```
   
   The above part is a bit hidden in the output logs, because the second test 
run ("Running emscripten tests in Chrome") still gives the same error about the 
env variable not set. 
   
   


-- 
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