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 19:01:15 UTC

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

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 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
     add de27f1a  ARROW-6589: [C++] Error propagation, tests for /MakeArray(OfNulls|FromScalar)/

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc      | 50 ++++++++++++++++++++++++------------
 cpp/src/arrow/array_test.cc | 62 +++++++++++++++++++++++++++++++++++++++++++++
 cpp/src/arrow/scalar.h      |  2 +-
 3 files changed, 97 insertions(+), 17 deletions(-)