mapleFU commented on PR #35527:
URL: https://github.com/apache/arrow/pull/35527#issuecomment-1542501941

   These two problems mentioned 
https://github.com/apache/arrow/pull/35527#issuecomment-1542284305 can be seen 
at:
   
https://github.com/apache/arrow/actions/runs/4938674895/jobs/8828705192?pr=35527
   
   It breaks "C++ / AMD64 Windows MinGW MINGW32 C++" and "C++ / AMD64 Windows 
MinGW MINGW64 C++ (pull_request)"
   
   Another problem is that in "Python / AMD64 macOS 12 Python 3":
   
   ```
   =================================== FAILURES 
===================================
   ___________________ test_pandas_assertion_error_large_string 
___________________
   
       @pytest.mark.large_memory
       @pytest.mark.pandas
       def test_pandas_assertion_error_large_string():
           # Test AssertionError as pandas does not support "U" type strings
           if Version(pd.__version__) < Version("1.5.0"):
               pytest.skip("__dataframe__ added to pandas in 1.5.0")
       
           data = np.array([b'x'*1024]*(3*1024**2), dtype='object')  # 3GB 
bytes data
           arr = pa.array(data, type=pa.large_string())
           table = pa.table([arr], names=["large_string"])
       
           from pandas.api.interchange import (
               from_dataframe as pandas_from_dataframe
           )
       
   >       with pytest.raises(AssertionError):
   E       Failed: DID NOT RAISE <class 'AssertionError'>
   
   
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyarrow/tests/interchange/test_conversion.py:294:
 Failed
   =============================== warnings summary 
===============================
   ```
   
   Which could be seen here: 
https://github.com/apache/arrow/actions/runs/4938674893/jobs/8828707211?pr=35527
   
   Failed in "R" might be fixed in main branch.
   
   For "C GLib & Ruby / AMD64 Windows MinGW 64 GLib & Ruby (pull_request)", 
here is:
   
   ```
   Running the tests in ‘tests/testthat.R’ failed.
   ```
   
   I guess thats the issue


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