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 52a3126 ARROW-8290: [Python] Improve FileSystemDataset constructor
add c6f194a ARROW-8406: [C++][Python] Fix file URI handling
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/filesystem/filesystem.cc | 84 +++++++++++++-------------------
cpp/src/arrow/filesystem/localfs.cc | 27 ++++++++++
cpp/src/arrow/filesystem/localfs.h | 9 ++++
cpp/src/arrow/filesystem/localfs_test.cc | 44 ++++++++++-------
cpp/src/arrow/util/uri.cc | 77 +++++++++++++++++++++++------
cpp/src/arrow/util/uri_test.cc | 60 +++++++++++++++++++++++
python/pyarrow/tests/test_fs.py | 10 ++--
7 files changed, 221 insertions(+), 90 deletions(-)