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 2022/08/18 19:16:34 UTC

[arrow] branch master updated (bc52f9f0e5 -> a1c3d57af5)

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 bc52f9f0e5 ARROW-17254: [C++][Go][Java][FlightRPC] Implement and test Flight SQL GetSchema (#13898)
     add a1c3d57af5 ARROW-17306: [C++] Provide an optimized `GetFileInfoGenerator` specialization for `LocalFileSystem` (#13796)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/CMakeLists.txt       |  10 ++
 cpp/src/arrow/filesystem/localfs.cc           | 244 +++++++++++++++++++++++++-
 cpp/src/arrow/filesystem/localfs.h            |  20 +++
 cpp/src/arrow/filesystem/localfs_benchmark.cc | 146 +++++++++++++++
 cpp/src/arrow/filesystem/localfs_test.cc      |  80 ++++++++-
 cpp/src/arrow/filesystem/type_fwd.h           |   2 +
 6 files changed, 499 insertions(+), 3 deletions(-)
 create mode 100644 cpp/src/arrow/filesystem/localfs_benchmark.cc