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:48:20 UTC

[arrow] branch master updated (825c79e -> 176adf5)

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 825c79e  ARROW-6527: [C++] Add OutputStream::Write(Buffer)
     add 176adf5  ARROW-6474: [Python] Add option to use legacy / pre-0.15 IPC message format and to set the default using PYARROW_LEGACY_IPC_FORMAT environment variable

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/includes/libarrow.pxd | 10 ++++---
 python/pyarrow/ipc.pxi               | 33 ++++++++++++++--------
 python/pyarrow/ipc.py                | 55 +++++++++++++++++++++---------------
 python/pyarrow/tests/test_ipc.py     | 31 ++++++++++++++++++--
 4 files changed, 90 insertions(+), 39 deletions(-)