This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 520d47d ARROW-6666: [Rust] Datafusion parquet string literal support
add 49d731d ARROW-7664: [C++] Rework FileSystemFromUri
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/filesystem/filesystem.cc | 70 +++++++++--------
cpp/src/arrow/filesystem/filesystem.h | 15 +++-
cpp/src/arrow/filesystem/localfs.cc | 31 ++++++++
cpp/src/arrow/filesystem/localfs.h | 8 ++
cpp/src/arrow/filesystem/localfs_test.cc | 125 +++++++++++++++++++++++++++----
cpp/src/arrow/util/uri.cc | 5 ++
cpp/src/arrow/util/uri_test.cc | 6 ++
python/pyarrow/_fs.pyx | 17 ++++-
python/pyarrow/includes/libarrow_fs.pxd | 3 +
python/pyarrow/tests/test_fs.py | 12 ++-
10 files changed, 236 insertions(+), 56 deletions(-)