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/08/29 11:06:40 UTC

[arrow] branch master updated (05bc63c -> 115de28)

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 05bc63c  ARROW-6263: [Python] Use RecordBatch::Validate in RecordBatch.from_arrays. Normalize API vs. Table.from_arrays. Add record_batch factory function
     add 115de28  ARROW-6373: [C++] Make FixedWidthBinaryBuilder consistent with other fixed width builders in zeroing memory when appending null batches

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_binary.cc |  2 +-
 cpp/src/arrow/array/builder_binary.h  |  2 +-
 cpp/src/arrow/array_test.cc           | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 2 deletions(-)