kevinjqliu commented on issue #2225:
URL: 
https://github.com/apache/iceberg-python/issues/2225#issuecomment-3103400451

   > What Linux distro/container do you use with OrbStack?
   im just running `make test-integration-setup` 
   
   > Does setting BODO_DATAFRAME_LIBRARY_RUN_PARALLEL=0 eliminate the issue?
   
   it passed, but also errored with a stacktrace 
   
   ```
   ➜  iceberg-python git:(main) BODO_DATAFRAME_LIBRARY_RUN_PARALLEL=0 poetry 
run pytest tests/integration/test_reads.py::test_bodo_nan -m integration -vv -s 
-x
   
   
   ====================================================================== test 
session starts 
======================================================================
   platform darwin -- Python 3.12.11, pytest-7.4.4, pluggy-1.6.0 -- 
/Users/kevinliu/Library/Caches/pypoetry/virtualenvs/pyiceberg-Is5Rt7Ah-py3.12/bin/python
   cachedir: .pytest_cache
   rootdir: /Users/kevinliu/repos/iceberg-python
   configfile: pyproject.toml
   plugins: checkdocs-2.13.0, mock-3.14.1, lazy-fixture-0.6.3, 
requests-mock-1.12.1
   collected 2 items                                                            
                                                                                
   
   
   tests/integration/test_reads.py::test_bodo_nan[session_catalog_hive] PASSED
   tests/integration/test_reads.py::test_bodo_nan[session_catalog] PASSED
   
   ====================================================================== 2 
passed in 14.70s 
=======================================================================
   Abort(868841743): Fatal error in internal_Finalize: Other MPI error, error 
stack:
   internal_Finalize(50)...........: MPI_Finalize failed
   MPII_Finalize(400)..............: 
   MPID_Finalize(652)..............: 
   MPIDI_OFI_mpi_finalize_hook(830): 
   flush_send_queue(780)...........: 
   (unknown)(): Other MPI error
   
/Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/filesystem/s3fs.cc:3461:
  arrow::fs::FinalizeS3 was not called even though S3 was initialized.  This 
could lead to a segmentation fault at exit
   [1]    40811 segmentation fault  BODO_DATAFRAME_LIBRARY_RUN_PARALLEL=0 
poetry run pytest  -m integration -vv -
   ➜  iceberg-python git:(main) 
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to