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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   This seems a trivial one, but I did get 1 test failure when verifying 15.0.0 
RC1 by:
   ```
   TEST_DEFAULT=0 TEST_PYTHON=1 ./verify-release-candidate.sh 15.0.0 1
   ```
   
   ```
   
==========================================================================================================================================
 warnings summary 
===========================================================================================================================================
   pyarrow/tests/test_dataset.py::test_make_fragment
     
/private/var/folders/kd/xcyg9h791l181yj3ltm5syph0000gn/T/arrow-15.0.0.XXXXX.7YGOHf0MrG/venv-source/lib/python3.9/site-packages/numpy/core/fromnumeric.py:59:
 FutureWarning: 'DataFrame.swapaxes' is deprecated and will be removed in a 
future version. Please use 'DataFrame.transpose' instead.
       return bound(*args, **kwds)
   
   pyarrow/tests/test_pandas.py::TestConvertMisc::test_category
   pyarrow/tests/test_pandas.py::TestConvertMisc::test_category
   pyarrow/tests/test_pandas.py::TestConvertMisc::test_category
     
/private/var/folders/kd/xcyg9h791l181yj3ltm5syph0000gn/T/arrow-15.0.0.XXXXX.7YGOHf0MrG/apache-arrow-15.0.0/python/pyarrow/tests/test_pandas.py:118:
 FutureWarning: Mismatched null-like values None and nan found. In a future 
version, pandas equality-testing functions (e.g. assert_frame_equal) will 
consider these not-matching and raise.
       tm.assert_frame_equal(result, expected, check_dtype=check_dtype,
   
   pyarrow/tests/test_pandas.py::TestConvertMisc::test_category
   pyarrow/tests/test_pandas.py::TestConvertMisc::test_category
   pyarrow/tests/test_pandas.py::TestConvertMisc::test_category
     
/private/var/folders/kd/xcyg9h791l181yj3ltm5syph0000gn/T/arrow-15.0.0.XXXXX.7YGOHf0MrG/apache-arrow-15.0.0/python/pyarrow/tests/test_pandas.py:154:
 FutureWarning: Mismatched null-like values None and nan found. In a future 
version, pandas equality-testing functions (e.g. assert_frame_equal) will 
consider these not-matching and raise.
       tm.assert_series_equal(pd.Series(result), expected, check_names=False)
   
   -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
   
=======================================================================================================================================
 short test summary info 
=======================================================================================================================================
   FAILED pyarrow/tests/test_cython.py::test_cython_api - 
subprocess.CalledProcessError: Command 
'['/private/var/folders/kd/xcyg9h791l181yj3ltm5syph0000gn/T/arrow-15.0.0.XXXXX.7YGOHf0MrG/venv-source/bin/python3',
 '-c', "if 1:\n            import sys\n            import os\n\n            
try:\n                # Add dll directory was added on pytho...
   
=====================================================================================================
 1 failed, 6848 passed, 603 skipped, 12 xfailed, 2 xpassed, 7 warnings in 
318.47s (0:05:18) 
======================================================================================================
   ```
   
   ### Component(s)
   
   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: [email protected]

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

Reply via email to