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 2020/06/16 18:07:32 UTC

[arrow] branch master updated (442ed0f -> 37c9804)

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 442ed0f  ARROW-8613: [C++][Dataset][Python] Raise in discovery on unparsable partition expression
     add 37c9804  ARROW-8863: [C++] Ensure that ArrayData::null_count is always set to 0 when using ArrayData::Make and supplying null validity bitmap

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_binary_test.cc |  9 +++++++++
 cpp/src/arrow/array/array_test.cc        |  9 ++++++++-
 cpp/src/arrow/array/data.cc              | 27 ++++++++++++++++-----------
 3 files changed, 33 insertions(+), 12 deletions(-)