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 08d6343 ARROW-6184: [Java] Provide hash table based dictionary encoder
add a75e1b7 ARROW-6452: [Java] Override ValueVector toString() method
No new revisions were added by this update.
Summary of changes:
.../src/main/codegen/templates/UnionVector.java | 7 ++
.../org/apache/arrow/vector/BaseValueVector.java | 9 ++-
.../arrow/vector/complex/AbstractStructVector.java | 6 ++
.../arrow/vector/util/ValueVectorUtility.java | 85 ++++++++++++++++++++++
.../org/apache/arrow/vector/TestValueVector.java | 58 +++++++++++++++
5 files changed, 164 insertions(+), 1 deletion(-)
create mode 100644
java/vector/src/main/java/org/apache/arrow/vector/util/ValueVectorUtility.java