You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/03/23 13:43:04 UTC

[arrow] branch master updated (76198c3 -> c43e235)

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 76198c3  ARROW-8088: [C++][Dataset] Support dictionary partition columns
     add c43e235  ARROW-7515: [C++] Rename nonexistent and non_existent to not_found

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/file-system.cpp                  | 26 +++----
 c_glib/arrow-glib/file-system.h                    |  4 +-
 c_glib/test/test-file-selector.rb                  | 10 +--
 cpp/src/arrow/array_struct_test.cc                 |  2 +-
 cpp/src/arrow/filesystem/filesystem.cc             |  6 +-
 cpp/src/arrow/filesystem/filesystem.h              | 12 ++--
 cpp/src/arrow/filesystem/filesystem_test.cc        | 24 +++----
 cpp/src/arrow/filesystem/hdfs.cc                   |  6 +-
 cpp/src/arrow/filesystem/hdfs_test.cc              | 22 +++---
 cpp/src/arrow/filesystem/localfs.cc                | 15 ++--
 cpp/src/arrow/filesystem/localfs_test.cc           |  4 +-
 cpp/src/arrow/filesystem/mockfs.cc                 |  4 +-
 cpp/src/arrow/filesystem/s3fs.cc                   | 10 +--
 cpp/src/arrow/filesystem/s3fs_narrative_test.cc    | 14 ++--
 cpp/src/arrow/filesystem/s3fs_test.cc              | 82 +++++++++++-----------
 cpp/src/arrow/filesystem/test_util.cc              | 12 ++--
 cpp/src/arrow/io/file_test.cc                      |  6 +-
 cpp/src/arrow/table.cc                             |  2 +-
 cpp/src/arrow/util/io_util.cc                      | 23 +++---
 cpp/src/arrow/util/io_util.h                       |  8 +--
 cpp/src/arrow/util/io_util_test.cc                 | 12 ++--
 cpp/src/arrow/util/trie_test.cc                    |  4 +-
 .../tests/projector_build_validation_test.cc       | 10 +--
 cpp/src/plasma/client.cc                           |  4 +-
 cpp/src/plasma/client.h                            |  2 +-
 cpp/src/plasma/common.cc                           | 12 ++--
 cpp/src/plasma/common.h                            |  8 +--
 cpp/src/plasma/plasma.fbs                          |  2 +-
 cpp/src/plasma/plasma_generated.h                  |  6 +-
 cpp/src/plasma/protocol.cc                         |  4 +-
 cpp/src/plasma/store.cc                            |  2 +-
 cpp/src/plasma/store.h                             |  2 +-
 cpp/src/plasma/test/client_tests.cc                | 28 ++++----
 cpp/src/plasma/test/external_store_tests.cc        |  2 +-
 python/pyarrow/_fs.pxd                             |  2 +-
 python/pyarrow/_fs.pyx                             | 22 +++---
 python/pyarrow/_plasma.pyx                         |  6 +-
 python/pyarrow/dataset.py                          |  2 +-
 python/pyarrow/includes/libarrow_fs.pxd            |  4 +-
 python/pyarrow/includes/libplasma.pxd              |  2 +-
 python/pyarrow/plasma.py                           |  2 +-
 python/pyarrow/tests/test_fs.py                    |  6 +-
 r/R/arrowExports.R                                 |  8 +--
 r/R/dataset.R                                      |  6 +-
 r/R/enums.R                                        |  4 +-
 r/R/filesystem.R                                   |  8 +--
 r/man/FileSelector.Rd                              |  2 +-
 r/man/dataset_factory.Rd                           |  4 +-
 r/src/arrowExports.cpp                             | 22 +++---
 r/src/filesystem.cpp                               |  8 +--
 r/tests/testthat/test-filesystem.R                 | 18 ++---
 51 files changed, 255 insertions(+), 261 deletions(-)