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 2021/06/15 14:46:25 UTC

[arrow] branch master updated (4b3f6c3 -> 889291b)

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 4b3f6c3  ARROW-12431: [Python] Mask is inverted when creating FixedSizeBinaryArray
     add 889291b  ARROW-13003: [C++] Fix key map unaligned access

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec/key_compare.cc | 21 ++++-----
 cpp/src/arrow/compute/exec/key_map.cc     | 71 +++++++++++++++++--------------
 cpp/src/arrow/compute/exec/util.cc        | 16 ++++---
 3 files changed, 59 insertions(+), 49 deletions(-)