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/14 05:47:12 UTC

[arrow] branch master updated (13851d4 -> 24bc7e0)

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 13851d4  ARROW-6177: [C++] Add Array::Validate()
     add 24bc7e0  ARROW-6194: [Java] Add non-static approach in DictionaryEncoder making it easy to extend and reuse

No new revisions were added by this update.

Summary of changes:
 .../arrow/vector/dictionary/DictionaryEncoder.java |  56 ++++++---
 .../vector/dictionary/DictionaryHashTable.java     |   7 +-
 .../apache/arrow/vector/TestDictionaryVector.java  | 137 ++++++++++++++++++++-
 3 files changed, 179 insertions(+), 21 deletions(-)