sighingnow commented on PR #40271:
URL: https://github.com/apache/arrow/pull/40271#issuecomment-1975892078

   The CI failure shouldn't be caused by this PR:
   
   ```
   ================================== FAILURES 
===================================
   _______________________ test_dateutil_tzinfo_to_string 
________________________
       def test_dateutil_tzinfo_to_string():
           pytest.importorskip("dateutil")
           import dateutil.tz
       
           tz = dateutil.tz.UTC
           assert pa.lib.tzinfo_to_string(tz) == 'UTC'
           tz = dateutil.tz.gettz('Europe/Paris')
   >       assert pa.lib.tzinfo_to_string(tz) == 'Europe/Paris'
   E       AssertionError: assert 'Europe/Monaco' == 'Europe/Paris'
   E         - Europe/Paris
   E         + Europe/Monaco
   pyarrow\tests\test_types.py:355: AssertionError
   ============================== warnings summary 
===============================
   ```


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