You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2019/08/31 04:43:08 UTC

[arrow] branch master updated (f104f2d -> 5a8285d)

This is an automated email from the ASF dual-hosted git repository.

emkornfield pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from f104f2d  ARROW-6265: [Java] Avro adapter implement Array/Map/Fixed type
     add 5a8285d  ARROW-4095: [C++] Optimize DictionaryArray::Transpose() for trivial transpositions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc           |  45 +++++++++++++++--
 cpp/src/arrow/array_dict_test.cc | 102 +++++++++++++++++++++++++++++----------
 cpp/src/arrow/type.h             |   3 +-
 3 files changed, 120 insertions(+), 30 deletions(-)