This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from b2ae3d7 ARROW-15851: [C++] Enable RE2 when building with gRPC
add 3eaa7dd ARROW-15896: [Python][C++] Add errno detail for filesystem
"file not found" errors
No new revisions were added by this update.
Summary of changes:
LICENSE.txt | 5 +
cpp/src/arrow/filesystem/gcsfs.cc | 66 +++++-------
cpp/src/arrow/filesystem/gcsfs_internal.cc | 94 +++++++++++------
cpp/src/arrow/filesystem/gcsfs_internal.h | 2 +
cpp/src/arrow/filesystem/test_util.cc | 32 ++++--
cpp/src/arrow/filesystem/util_internal.cc | 13 ++-
cpp/src/arrow/util/io_util.cc | 157 ++++++++++++++++++++++++++++-
cpp/src/arrow/util/io_util_test.cc | 9 ++
python/pyarrow/tests/test_fs.py | 7 ++
9 files changed, 304 insertions(+), 81 deletions(-)