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 02:55:22 UTC

[arrow] branch master updated (beea8f9 -> 157b179)

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 beea8f9  ARROW-6231: [C++] Allow generating CSV column names
     add 157b179  ARROW-6078: [Java] Implement dictionary-encoded subfields for List type

No new revisions were added by this update.

Summary of changes:
 .../{Positionable.java => BaseListVector.java}     |  19 ++-
 .../vector/complex/BaseRepeatedValueVector.java    |   3 +-
 .../arrow/vector/complex/FixedSizeListVector.java  |  12 +-
 .../apache/arrow/vector/complex/ListVector.java    |  12 +-
 .../arrow/vector/dictionary/DictionaryEncoder.java |  81 ++++++++----
 .../vector/dictionary/ListSubfieldEncoder.java     | 131 +++++++++++++++++++
 .../apache/arrow/vector/TestDictionaryVector.java  | 141 +++++++++++++++++++++
 7 files changed, 364 insertions(+), 35 deletions(-)
 copy java/vector/src/main/java/org/apache/arrow/vector/complex/{Positionable.java => BaseListVector.java} (70%)
 create mode 100644 java/vector/src/main/java/org/apache/arrow/vector/dictionary/ListSubfieldEncoder.java