This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from e1c3334 ARROW-6775: [C++][Python] Implement list_value_lengths and
list_parent_indices functions
add 8bfac2c ARROW-9121: [C++] Forbid empty or root path in
FileSystem::DeleteDirContents
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/filesystem/filesystem.cc | 16 +++++++++
cpp/src/arrow/filesystem/filesystem.h | 11 +++++-
cpp/src/arrow/filesystem/hdfs.cc | 6 ++++
cpp/src/arrow/filesystem/hdfs.h | 2 ++
cpp/src/arrow/filesystem/localfs.cc | 7 ++++
cpp/src/arrow/filesystem/localfs.h | 1 +
cpp/src/arrow/filesystem/mockfs.cc | 8 +++--
cpp/src/arrow/filesystem/mockfs.h | 1 +
cpp/src/arrow/filesystem/path_util.cc | 9 +++++
cpp/src/arrow/filesystem/path_util.h | 3 ++
cpp/src/arrow/filesystem/s3fs.cc | 4 +++
cpp/src/arrow/filesystem/s3fs.h | 1 +
cpp/src/arrow/filesystem/test_util.cc | 33 +++++++++++++-----
cpp/src/arrow/filesystem/test_util.h | 3 ++
cpp/src/arrow/filesystem/util_internal.cc | 6 ++++
cpp/src/arrow/filesystem/util_internal.h | 3 ++
cpp/src/arrow/python/filesystem.cc | 7 ++++
cpp/src/arrow/python/filesystem.h | 2 ++
python/pyarrow/_fs.pyx | 23 ++++++++++--
python/pyarrow/fs.py | 11 +++++-
python/pyarrow/includes/libarrow_fs.pxd | 3 ++
python/pyarrow/tests/test_fs.py | 58 +++++++++++++++++++++++++++++--
22 files changed, 200 insertions(+), 18 deletions(-)