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/09/17 05:17:11 UTC

[arrow] branch master updated (645307c -> c78fc47)

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 645307c  ARROW-6458: [Java] Remove value boxing/unboxing for ApproxEqualsVisitor
     add c78fc47  ARROW-6401: [Java] Implement dictionary-encoded subfields for Struct type

No new revisions were added by this update.

Summary of changes:
 .../vector/dictionary/StructSubfieldEncoder.java   | 186 +++++++++++++++++++++
 .../apache/arrow/vector/TestDictionaryVector.java  | 165 ++++++++++++++++++
 2 files changed, 351 insertions(+)
 create mode 100644 java/vector/src/main/java/org/apache/arrow/vector/dictionary/StructSubfieldEncoder.java