kou opened a new issue, #37297:
URL: https://github.com/apache/arrow/issues/37297

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   `tests/test_orc.py` was aborted. I'm not sure whether this is a blocker or 
not but I share this.
   
   <details>
   
   ```text
   
=================================================================================
   Testing Python 3.11 wheel for platform 
manylinux_2_17_x86_64.manylinux2014_x86_64
   
=================================================================================
   └ Configuring Python 3.11 virtualenv...
   └ Found interpreter Python 3.11.4: /bin/python3.11
   └ Creating python virtualenv at 
/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64...
   Requirement already satisfied: pip in 
/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages
 (23.2)
   Collecting pip
     Obtaining dependency information for pip from 
https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl.metadata
     Using cached pip-23.2.1-py3-none-any.whl.metadata (4.2 kB)
   Requirement already satisfied: setuptools in 
/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages
 (68.0.0)
   Collecting setuptools
     Obtaining dependency information for setuptools from 
https://files.pythonhosted.org/packages/4f/ab/0bcfebdfc3bfa8554b2b2c97a555569c4c1ebc74ea288741ea8326c51906/setuptools-68.1.2-py3-none-any.whl.metadata
     Using cached setuptools-68.1.2-py3-none-any.whl.metadata (6.2 kB)
   Using cached pip-23.2.1-py3-none-any.whl (2.1 MB)
   Using cached setuptools-68.1.2-py3-none-any.whl (805 kB)
   Installing collected packages: setuptools, pip
     Attempting uninstall: setuptools
       Found existing installation: setuptools 68.0.0
       Uninstalling setuptools-68.0.0:
         Successfully uninstalled setuptools-68.0.0
     Attempting uninstall: pip
       Found existing installation: pip 23.2
       Uninstalling pip-23.2:
         Successfully uninstalled pip-23.2
   Successfully installed pip-23.2.1 setuptools-68.1.2
   Processing 
./pyarrow-13.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   Collecting numpy>=1.16.6 (from pyarrow==13.0.0)
     Obtaining dependency information for numpy>=1.16.6 from 
https://files.pythonhosted.org/packages/32/6a/65dbc57a89078af9ff8bfcd4c0761a50172d90192eaeb1b6f56e5fbf1c3d/numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
     Using cached 
numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (5.6 kB)
   Using cached 
numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 
MB)
   Installing collected packages: numpy, pyarrow
   Successfully installed numpy-1.25.2 pyarrow-13.0.0
   + set -o pipefail
   + '[' 1 -ne 1 ']'
   + source_dir=/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0
   + : ON
   + : ON
   + : ON
   + : OFF
   + : ON
   + : ON
   + : OFF
   + export PYARROW_TEST_ACERO=ON
   + PYARROW_TEST_ACERO=ON
   + export PYARROW_TEST_CYTHON=OFF
   + PYARROW_TEST_CYTHON=OFF
   + export PYARROW_TEST_DATASET=ON
   + PYARROW_TEST_DATASET=ON
   + export PYARROW_TEST_FLIGHT=ON
   + PYARROW_TEST_FLIGHT=ON
   + export PYARROW_TEST_GANDIVA=OFF
   + PYARROW_TEST_GANDIVA=OFF
   + export PYARROW_TEST_GCS=OFF
   + PYARROW_TEST_GCS=OFF
   + export PYARROW_TEST_HDFS=ON
   + PYARROW_TEST_HDFS=ON
   + export PYARROW_TEST_ORC=ON
   + PYARROW_TEST_ORC=ON
   + export PYARROW_TEST_PANDAS=ON
   + PYARROW_TEST_PANDAS=ON
   + export PYARROW_TEST_PARQUET=ON
   + PYARROW_TEST_PARQUET=ON
   + export PYARROW_TEST_SUBSTRAIT=ON
   + PYARROW_TEST_SUBSTRAIT=ON
   + export PYARROW_TEST_S3=ON
   + PYARROW_TEST_S3=ON
   + export PYARROW_TEST_TENSORFLOW=ON
   + PYARROW_TEST_TENSORFLOW=ON
   + export 
ARROW_TEST_DATA=/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/testing/data
   + ARROW_TEST_DATA=/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/testing/data
   + export 
PARQUET_TEST_DATA=/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/submodules/parquet-testing/data
   + 
PARQUET_TEST_DATA=/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/submodules/parquet-testing/data
   + '[' OFF == ON ']'
   + '[' ON == ON ']'
   + python -c '
   import pyarrow
   import pyarrow._hdfs
   import pyarrow.csv
   import pyarrow.dataset
   import pyarrow.fs
   import pyarrow.json
   import pyarrow.orc
   import pyarrow.parquet
   '
   + '[' OFF == ON ']'
   + '[' ON == ON ']'
   + python -c 'import pyarrow._s3fs'
   + '[' ON == ON ']'
   + python -c 'import pyarrow.flight'
   + '[' ON == ON ']'
   + python -c 'import pyarrow.substrait'
   + '[' ON == ON ']'
   + pip install -U -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt
   Ignoring pickle5: markers 'platform_system != "Windows" and python_version < 
"3.8"' don't match your environment
   Ignoring tzdata: markers 'sys_platform == "win32"' don't match your 
environment
   Ignoring numpy: markers 'platform_system == "Linux" and platform_machine == 
"aarch64" and python_version < "3.11"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Linux" and platform_machine == 
"aarch64" and python_version >= "3.11"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Linux" and platform_machine != 
"aarch64" and python_version < "3.9"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Linux" and platform_machine != 
"aarch64" and python_version >= "3.9" and python_version < "3.11"' don't match 
your environment
   Ignoring numpy: markers 'platform_system == "Darwin" and platform_machine == 
"arm64" and python_version < "3.11"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Darwin" and platform_machine == 
"arm64" and python_version >= "3.11"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Darwin" and platform_machine != 
"arm64" and python_version < "3.9"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Darwin" and platform_machine != 
"arm64" and python_version >= "3.9" and python_version < "3.11"' don't match 
your environment
   Ignoring numpy: markers 'platform_system == "Darwin" and platform_machine != 
"arm64" and python_version >= "3.11"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Windows" and python_version < 
"3.9"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Windows" and python_version >= 
"3.9" and python_version < "3.11"' don't match your environment
   Ignoring numpy: markers 'platform_system == "Windows" and python_version >= 
"3.11"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Linux" and platform_machine != 
"aarch64" and python_version < "3.8"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Linux" and platform_machine == 
"aarch64"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Darwin" and platform_machine 
!= "arm64" and python_version < "3.8"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Darwin" and platform_machine 
!= "arm64" and python_version >= "3.8"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Darwin" and platform_machine 
== "arm64"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Windows" and python_version < 
"3.8"' don't match your environment
   Ignoring pandas: markers 'platform_system == "Windows" and python_version >= 
"3.8"' don't match your environment
   Collecting cffi (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 1))
     Using cached 
cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (462 kB)
   Collecting cython (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 2))
     Obtaining dependency information for cython from 
https://files.pythonhosted.org/packages/89/40/3d7ab35f917d4d0ea2ce2fd0eb84166956b0b943a7c4b96e59c6fa968916/Cython-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
     Using cached 
Cython-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (3.1 kB)
   Collecting hypothesis (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 3))
     Obtaining dependency information for hypothesis from 
https://files.pythonhosted.org/packages/9c/84/6d27e74b0d1ba727be7ec19b3eebcdad775c0a95bea1ff87ca0577e426b5/hypothesis-6.82.6-py3-none-any.whl.metadata
     Using cached hypothesis-6.82.6-py3-none-any.whl.metadata (5.9 kB)
   Collecting pytest (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 5))
     Obtaining dependency information for pytest from 
https://files.pythonhosted.org/packages/33/b2/741130cbcf2bbfa852ed95a60dc311c9e232c7ed25bac3d9b8880a8df4ae/pytest-7.4.0-py3-none-any.whl.metadata
     Using cached pytest-7.4.0-py3-none-any.whl.metadata (8.0 kB)
   Collecting pytest-lazy-fixture (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 6))
     Using cached pytest_lazy_fixture-0.6.3-py3-none-any.whl (4.9 kB)
   Collecting pytz (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 7))
     Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB)
   Collecting numpy==1.23.4 (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 14))
     Using cached 
numpy-1.23.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 
MB)
   Collecting pandas (from -r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 25))
     Obtaining dependency information for pandas from 
https://files.pythonhosted.org/packages/d0/28/88b81881c056376254618fad622a5e94b5126db8c61157ea1910cd1c040a/pandas-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
     Using cached 
pandas-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (18 kB)
   Collecting pycparser (from cffi->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 1))
     Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
   Collecting attrs>=19.2.0 (from hypothesis->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 3))
     Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
   Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 3))
     Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
   Collecting iniconfig (from pytest->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 5))
     Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
   Collecting packaging (from pytest->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 5))
     Using cached packaging-23.1-py3-none-any.whl (48 kB)
   Collecting pluggy<2.0,>=0.12 (from pytest->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 5))
     Obtaining dependency information for pluggy<2.0,>=0.12 from 
https://files.pythonhosted.org/packages/51/32/4a79112b8b87b21450b066e102d6608907f4c885ed7b04c3fdb085d4d6ae/pluggy-1.2.0-py3-none-any.whl.metadata
     Using cached pluggy-1.2.0-py3-none-any.whl.metadata (4.4 kB)
   Collecting python-dateutil>=2.8.2 (from pandas->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 25))
     Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
   Collecting tzdata>=2022.1 (from pandas->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 25))
     Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
   Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->-r 
/tmp/arrow-13.0.0.HvzR5/apache-arrow-13.0.0/python/requirements-wheel-test.txt 
(line 25))
     Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
   Using cached 
Cython-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
   Using cached hypothesis-6.82.6-py3-none-any.whl (415 kB)
   Using cached pytest-7.4.0-py3-none-any.whl (323 kB)
   Using cached 
pandas-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 
MB)
   Using cached pluggy-1.2.0-py3-none-any.whl (17 kB)
   Installing collected packages: sortedcontainers, pytz, tzdata, six, 
pycparser, pluggy, packaging, numpy, iniconfig, cython, attrs, python-dateutil, 
pytest, hypothesis, cffi, pytest-lazy-fixture, pandas
     Attempting uninstall: numpy
       Found existing installation: numpy 1.25.2
       Uninstalling numpy-1.25.2:
         Successfully uninstalled numpy-1.25.2
   Successfully installed attrs-23.1.0 cffi-1.15.1 cython-3.0.0 
hypothesis-6.82.6 iniconfig-2.0.0 numpy-1.23.4 packaging-23.1 pandas-2.0.3 
pluggy-1.2.0 pycparser-2.21 pytest-7.4.0 pytest-lazy-fixture-0.6.3 
python-dateutil-2.8.2 pytz-2023.3 six-1.16.0 sortedcontainers-2.4.0 
tzdata-2023.3
   + python -c 'import pyarrow; pyarrow.create_library_symlinks()'
   + python -m pytest -r s --pyargs pyarrow
   ============================= test session starts 
==============================
   platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
   rootdir: /tmp/arrow-13.0.0.HvzR5/binaries/python-rc/13.0.0-rc3
   plugins: lazy-fixture-0.6.3, hypothesis-6.82.6
   collected 7362 items / 3 skipped
   
   tests/test_acero.py ...........                                          [  
0%]
   tests/test_adhoc_memory_leak.py s                                        [  
0%]
   tests/test_array.py .............................s...................... [  
0%]
   ........................................................................ [  
1%]
   .............s.......................................................... [  
2%]
   ..........................ss...................                          [  
3%]
   tests/test_builder.py ....                                               [  
3%]
   tests/test_cffi.py ...........                                           [  
3%]
   tests/test_compute.py .................................................. [  
4%]
   ........................................................................ [  
5%]
   ........................................................................ [  
6%]
   .......FFFFFFFFF........................................................ [  
7%]
   ........................................................................ [  
8%]
   ........................................................................ [  
9%]
   ..................................................                       [  
9%]
   tests/test_convert_builtin.py .......................................... [ 
10%]
   ........................................................................ [ 
11%]
   ........................................................................ [ 
12%]
   ...........................x............................................ [ 
13%]
   ..........................................x.......................ssssss [ 
14%]
   ........................................................................ [ 
15%]
   .................................sssssssss.s.....s.....s.....s.....s.... [ 
16%]
   .s.....s.....s.....s.....s.....s.....s.....s.....s.....s.....s.....s.... [ 
17%]
   .s.....s.....s.....s.....s.....s.....s.....s.....s..........             [ 
18%]
   tests/test_cpp_internals.py .............................                [ 
18%]
   tests/test_csv.py ...................................................... [ 
19%]
   ...................................................................      [ 
20%]
   tests/test_cython.py ss                                                  [ 
20%]
   tests/test_dataset.py .................................................. [ 
20%]
   ........................................................................ [ 
21%]
   .............................................ssssss..................... [ 
22%]
   ......................................s................................. [ 
23%]
   ..............ss..................                                       [ 
24%]
   tests/test_exec_plan.py ................................................ [ 
24%]
   ........................                                                 [ 
25%]
   tests/test_extension_type.py ........................................... [ 
25%]
   ...........................s..........                                   [ 
26%]
   tests/test_feather.py .........................s...ss................... [ 
27%]
   .........s...ss....x........s.....s..                                    [ 
27%]
   tests/test_filesystem.py .....                                           [ 
27%]
   tests/test_flight.py .....s.............s.....s...........s.......ss.... [ 
28%]
   ..............ss.s...                                                    [ 
28%]
   tests/test_fs.py s.......sssx.xsss...sssx.xsss....sss...sss...sss...sss. [ 
29%]
   ..sss...sss...sss...sss...sss...sss...sss...sss...sss...sss....sss...sss [ 
30%]
   ...sss...sss...sss...sss...sss...sss............ssssssssssss............ [ 
31%]
   ssssssssssss...sss...sss...sss...sss............ssssssssssss............ [ 
32%]
   ssssssssssss............ssssssssssss............ssssssssssss...sss...sss [ 
33%]
   ....s...s..................ss..............s...                          [ 
33%]
   tests/test_gandiva.py ssssssssssss                                       [ 
34%]
   tests/test_gdb.py .ssssssssssssssssssss                                  [ 
34%]
   tests/test_hdfs.py ssssssssssssssssssssssss                              [ 
34%]
   tests/test_io.py ....................................................... [ 
35%]
   .x.....x.......................................................x........ [ 
36%]
   .........................                                                [ 
36%]
   tests/test_ipc.py ...................................................... [ 
37%]
   ........                                                                 [ 
37%]
   tests/test_json.py ............................                          [ 
37%]
   tests/test_memory.py .........................                           [ 
38%]
   tests/test_misc.py .s................................................... [ 
39%]
   ..............................................                           [ 
39%]
   tests/test_orc.py Fatal Python error: Aborted
   
   Current thread 0x00007f6994164040 (most recent call first):
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pyarrow/orc.py",
 line 187 in read
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pyarrow/tests/test_orc.py",
 line 96 in check_example_file
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pyarrow/tests/test_orc.py",
 line 140 in test_example_using_json
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/python.py",
 line 194 in pytest_pyfunc_call
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_callers.py",
 line 80 in _multicall
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_manager.py",
 line 112 in _hookexec
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_hooks.py",
 line 433 in __call__
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/python.py",
 line 1788 in runtest
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 169 in pytest_runtest_call
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_callers.py",
 line 80 in _multicall
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_manager.py",
 line 112 in _hookexec
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_hooks.py",
 line 433 in __call__
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 262 in <lambda>
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 341 in from_call
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 261 in call_runtest_hook
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 222 in call_and_report
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 133 in runtestprotocol
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/runner.py",
 line 114 in pytest_runtest_protocol
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_callers.py",
 line 80 in _multicall
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_manager.py",
 line 112 in _hookexec
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_hooks.py",
 line 433 in __call__
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/main.py",
 line 349 in pytest_runtestloop
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_callers.py",
 line 80 in _multicall
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_manager.py",
 line 112 in _hookexec
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_hooks.py",
 line 433 in __call__
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/main.py",
 line 324 in _main
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/main.py",
 line 270 in wrap_session
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/main.py",
 line 317 in pytest_cmdline_main
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_callers.py",
 line 80 in _multicall
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_manager.py",
 line 112 in _hookexec
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pluggy/_hooks.py",
 line 433 in __call__
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/config/__init__.py",
 line 166 in main
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/_pytest/config/__init__.py",
 line 189 in console_main
     File 
"/tmp/arrow-13.0.0.HvzR5/venv-wheel-3.11-manylinux_2_17_x86_64.manylinux2014_x86_64/lib/python3.11/site-packages/pytest/__main__.py",
 line 5 in <module>
     File "<frozen runpy>", line 88 in _run_code
     File "<frozen runpy>", line 198 in _run_module_as_main
   
   Extension modules: numpy.core._multiarray_umath, 
numpy.core._multiarray_tests, numpy.linalg._umath_linalg, 
numpy.fft._pocketfft_internal, numpy.random._common, 
numpy.random.bit_generator, numpy.random._bounded_integers, 
numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, 
numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, pyarrow.lib, 
pyarrow._hdfsio, pyarrow._fs, pyarrow._hdfs, pyarrow._gcsfs, pyarrow._s3fs, 
cython.cimports.libc.math, pyarrow._compute, pyarrow._acero, pyarrow._csv, 
pyarrow._json, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, 
pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, 
pandas._libs.tslibs.timezones, pandas._libs.tslibs.ccalendar, 
pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, 
pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.timestamps, 
pandas._libs.properties, pandas._libs.tslibs.offsets, 
pandas._libs.tslibs.strptime, pandas._libs.tslibs.parsing, 
pandas._libs.tslibs.conversion, pandas._libs.t
 slibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, 
pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, 
pandas._libs.interval, pandas._libs.lib, pandas._libs.hashing, 
pandas._libs.tslib, pandas._libs.ops, pandas._libs.arrays, pandas._libs.sparse, 
pandas._libs.reduction, pandas._libs.indexing, pandas._libs.index, 
pandas._libs.internals, pandas._libs.join, pandas._libs.writers, 
pandas._libs.window.aggregations, pandas._libs.window.indexers, 
pandas._libs.reshape, pandas._libs.groupby, pandas._libs.testing, 
pandas._libs.parsers, pandas._libs.json, pyarrow._dataset, 
pyarrow._dataset_orc, pyarrow._parquet, pyarrow._dataset_parquet, pyarrow._orc, 
pyarrow._parquet_encryption, pyarrow._flight, pyarrow._substrait, 
_cffi_backend, pyarrow._pyarrow_cpp_tests, pyarrow._feather, 
numpy.linalg.lapack_lite (total: 77)
   ```
   
   </details>
   
   ### Component(s)
   
   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: [email protected]

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

Reply via email to