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 2019/09/18 18:45:57 UTC

[arrow] branch master updated (4b5ca3d -> 825c79e)

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 4b5ca3d  ARROW-6337: [R] Changed as_tible to as_dataframe in the R package
     add 825c79e  ARROW-6527: [C++] Add OutputStream::Write(Buffer)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc                | 16 ++++++++---
 cpp/src/arrow/filesystem/s3fs.h                 |  8 +++---
 cpp/src/arrow/filesystem/s3fs_narrative_test.cc |  7 +++--
 cpp/src/arrow/filesystem/test_util.cc           | 22 +++++++--------
 cpp/src/arrow/io/buffered.cc                    | 19 +++++++++++--
 cpp/src/arrow/io/buffered.h                     |  1 +
 cpp/src/arrow/io/file_test.cc                   |  4 +--
 cpp/src/arrow/io/hdfs.h                         |  2 +-
 cpp/src/arrow/io/interfaces.cc                  |  4 +++
 cpp/src/arrow/io/interfaces.h                   | 13 +++++++++
 cpp/src/arrow/ipc/message.cc                    |  2 +-
 cpp/src/arrow/ipc/writer.cc                     |  4 +--
 cpp/src/arrow/python/io.cc                      | 31 +++++++++++++++++++++
 cpp/src/arrow/python/io.h                       |  1 +
 cpp/src/parquet/column_writer.cc                |  6 ++---
 python/pyarrow/includes/libarrow.pxd            |  3 ++-
 python/pyarrow/io.pxi                           | 36 ++++++++++++++++---------
 python/pyarrow/tests/test_io.py                 |  5 +++-
 python/pyarrow/tests/test_ipc.py                |  2 +-
 19 files changed, 137 insertions(+), 49 deletions(-)