pitrou commented on code in PR #13633:
URL: https://github.com/apache/arrow/pull/13633#discussion_r941116256
##########
python/pyarrow/tests/test_fs.py:
##########
@@ -1107,6 +1108,14 @@ def test_s3_options():
assert isinstance(fs, S3FileSystem)
assert pickle.loads(pickle.dumps(fs)) == fs
+ fs = S3FileSystem(
Review Comment:
```suggestion
# Note that the retry strategy won't survive pickling for now
fs = S3FileSystem(
```
--
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]