zhengruifeng opened a new pull request, #42897:
URL: https://github.com/apache/spark/pull/42897

   ### What changes were proposed in this pull request?
   Pin `pyarrow==12.0.1` in CI
   
   
   ### Why are the changes needed?
   to fix test failure,  
https://github.com/apache/spark/actions/runs/6167186123/job/16738683632
   
   ```
   ======================================================================
   FAIL [0.095s]: test_from_to_pandas 
(pyspark.pandas.tests.data_type_ops.test_datetime_ops.DatetimeOpsTests)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/__w/spark/spark/python/pyspark/testing/pandasutils.py", line 122, 
in _assert_pandas_equal
       assert_series_equal(
     File 
"/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 
931, in assert_series_equal
       assert_attr_equal("dtype", left, right, obj=f"Attributes of {obj}")
     File 
"/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 
415, in assert_attr_equal
       raise_assert_detail(obj, msg, left_attr, right_attr)
     File 
"/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 
599, in raise_assert_detail
       raise AssertionError(msg)
   AssertionError: Attributes of Series are different
   
   Attribute "dtype" are different
   [left]:  datetime64[ns]
   [right]: datetime64[us]
   ```
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   CI and manually test
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


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