wesm commented on pull request #7696: URL: https://github.com/apache/arrow/pull/7696#issuecomment-656869168
The one test failure is spurious ``` pyarrow/tests/test_fs.py:1285: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyarrow/_fs.pyx:439: in pyarrow._fs.FileSystem.get_file_info infos = GetResultValue(self.fs.GetFileInfo(selector)) pyarrow/error.pxi:122: in pyarrow.lib.pyarrow_internal_check_status return check_status(status) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > raise IOError(message) E OSError: When listing objects under key '' in bucket 'ursa-labs-taxi-data': AWS Error [code 99]: Unable to connect to endpoint E In ../src/arrow/filesystem/s3fs.cc, line 1098, code: ListObjectsV2(bucket, key, std::move(handle_results), std::move(handle_error)) E In ../src/arrow/filesystem/s3fs.cc, line 1358, code: impl_->Walk(select, base_path.bucket, base_path.key, &results) ``` I verified that the minimal build still works on Linux (presumably it's therefore fine on macOS) and Windows/MSVC ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org