This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 724ba6cd23 GH-36858: [Go] Fix dictionary builder leak (#36859)
add 3ac880df2e GH-34213: [C++] Use recursive calls without a delimiter if
the user is doing a recursive GetFileInfo (#35440)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/filesystem/filesystem_test.cc | 41 ++
cpp/src/arrow/filesystem/path_util.cc | 37 ++
cpp/src/arrow/filesystem/path_util.h | 20 +-
cpp/src/arrow/filesystem/s3fs.cc | 828 +++++++++++++++-------------
cpp/src/arrow/filesystem/s3fs_test.cc | 86 ++-
cpp/src/arrow/util/async_util.cc | 6 +-
cpp/src/arrow/util/async_util_test.cc | 23 +
7 files changed, 638 insertions(+), 403 deletions(-)