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

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


    from c97c64b  ARROW-3651: [Python] Handle 'datetime' logical type when 
reconstructing pandas columns from custom metadata
     add dd29b04  ARROW-6300: [C++] Add Abort() method to streams

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/mockfs.cc              | 13 +++++
 cpp/src/arrow/filesystem/s3_internal.h          |  2 +
 cpp/src/arrow/filesystem/s3fs.cc                | 16 ++++---
 cpp/src/arrow/filesystem/s3fs_test.cc           | 14 +++++-
 cpp/src/arrow/io/buffered.cc                    | 29 ++++++++++--
 cpp/src/arrow/io/buffered.h                     |  2 +
 cpp/src/arrow/io/compressed.cc                  | 34 ++++++++++---
 cpp/src/arrow/io/compressed.h                   |  2 +
 cpp/src/arrow/io/file.cc                        | 55 ++++++++++-----------
 cpp/src/arrow/io/interfaces.cc                  | 14 ++++++
 cpp/src/arrow/io/interfaces.h                   | 22 +++++++++
 cpp/src/arrow/io/memory.cc                      | 10 ++--
 cpp/src/arrow/io/memory.h                       |  2 +
 cpp/src/arrow/{result.cc => io/util_internal.h} | 13 +++--
 cpp/src/arrow/python/io.cc                      | 63 ++++++++++++++++++++-----
 cpp/src/arrow/python/io.h                       |  2 +
 python/pyarrow/io.pxi                           |  4 ++
 python/pyarrow/tests/test_io.py                 | 19 ++++++++
 18 files changed, 245 insertions(+), 71 deletions(-)
 copy cpp/src/arrow/{result.cc => io/util_internal.h} (83%)

Reply via email to