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 2019/09/24 14:13:31 UTC

[arrow] branch master updated (61637dd -> 5a918ce)

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 61637dd  ARROW-6652: [Python] Fix ChunkedArray.to_pandas to retain timezone
     add 5a918ce  ARROW-3777: [C++] Add Slow input streams and slow filesystem

No new revisions were added by this update.

Summary of changes:
 cpp/build-support/run_clang_format.py       |  17 ++--
 cpp/src/arrow/CMakeLists.txt                |   1 +
 cpp/src/arrow/filesystem/filesystem.cc      |  92 ++++++++++++++++-
 cpp/src/arrow/filesystem/filesystem.h       |  44 ++++++++-
 cpp/src/arrow/filesystem/filesystem_test.cc |  21 ++++
 cpp/src/arrow/io/memory_test.cc             |  36 +++++++
 cpp/src/arrow/io/slow.cc                    | 148 ++++++++++++++++++++++++++++
 cpp/src/arrow/io/slow.h                     | 119 ++++++++++++++++++++++
 8 files changed, 466 insertions(+), 12 deletions(-)
 create mode 100644 cpp/src/arrow/io/slow.cc
 create mode 100644 cpp/src/arrow/io/slow.h