You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2022/11/01 21:22:23 UTC

[arrow] branch master updated (474c7a1cb9 -> a1b161e85a)

This is an automated email from the ASF dual-hosted git repository.

westonpace pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 474c7a1cb9 ARROW-18186: [C++][MinGW] Make buildable with clang (#14536)
     add a1b161e85a ARROW-17640: [C++] Add File Handling Test cases for GlobFile handling in Substrait Read (#14132)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/engine/substrait/serde_test.cc | 109 ++++++++++++++++++++++++++-
 cpp/src/arrow/filesystem/filesystem_test.cc  |  31 ++++----
 cpp/src/arrow/filesystem/path_util.cc        |   7 ++
 cpp/src/arrow/filesystem/path_util.h         |   3 +
 cpp/src/arrow/filesystem/util_internal.cc    |   5 +-
 5 files changed, 137 insertions(+), 18 deletions(-)