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 2020/05/15 04:22:24 UTC

[arrow] branch master updated (1dcf433 -> 799ea4f)

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 1dcf433  ARROW-7699: [Java] Support concating dense union vectors in batch
     add 799ea4f  ARROW-8108: [Java] Extract a common interface for dictionary encoders

No new revisions were added by this update.

Summary of changes:
 .../algorithm/dictionary/DictionaryEncoder.java}   | 30 ++++++++++------------
 .../dictionary/HashTableDictionaryEncoder.java     |  4 ++-
 .../dictionary/LinearDictionaryEncoder.java        |  4 ++-
 .../dictionary/SearchDictionaryEncoder.java        |  4 ++-
 4 files changed, 22 insertions(+), 20 deletions(-)
 copy java/{adapter/avro/src/main/java/org/apache/arrow/consumers/AvroEnumConsumer.java => algorithm/src/main/java/org/apache/arrow/algorithm/dictionary/DictionaryEncoder.java} (51%)