AlenkaF commented on issue #38431: URL: https://github.com/apache/arrow/issues/38431#issuecomment-1778942241
I think the failures are due to a `type_name` change connected to https://github.com/fsspec/s3fs/pull/812/files. Because the `type_name` changed from `"py::fsspec+s3"` to `"py::fsspec+('s3', 's3a')"` the skip doesn't work: https://github.com/apache/arrow/blob/25e5d19b98511310e617c8b6e3c6ce6af39dfcde/python/pyarrow/tests/test_fs.py#L465-L467 Will add a PR and see if this is it. -- 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]
