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/20 00:19:20 UTC

[arrow] branch master updated (ce030d5 -> 00a3c47)

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 ce030d5  ARROW-6509: [C++][Gandiva] Re-enable Gandiva JNI tests and fix Travis CI failure
     add 00a3c47  ARROW-5343: [C++] Refactor dictionary unification to incremental interface, and use Buffer for transpose map allocations

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.h                |   7 +-
 cpp/src/arrow/array/dict_internal.cc | 184 ++++++++++++++++-------------------
 cpp/src/arrow/array_dict_test.cc     |  32 +++---
 cpp/src/arrow/type.h                 |  54 +++++-----
 cpp/src/arrow/type_test.cc           |  82 ++++++++++------
 5 files changed, 189 insertions(+), 170 deletions(-)