pitrou commented on PR #13633: URL: https://github.com/apache/arrow/pull/13633#issuecomment-1209187870
I seems the test now actually fails? (at least [on AppVeyor](https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/44414052/job/t4j75ir56dhui6u2#L2818)) ``` ================================== FAILURES =================================== _______________________________ test_s3_options _______________________________ @pytest.mark.s3 def test_s3_options(): > from pyarrow.fs import (AwsDefaultS3RetryStrategy, AwsStandardS3RetryStrategy, S3FileSystem, S3RetryStrategy) E ImportError: cannot import name 'AwsDefaultS3RetryStrategy' from 'pyarrow.fs' (c:\projects\arrow\python\pyarrow\fs.py) ``` -- 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]
