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/03/06 04:51:08 UTC

[arrow] branch master updated (e92416f -> 0f36697)

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 e92416f  ARROW-8009: [Java] Fix the hash code methods for BitVector
     add 0f36697  ARROW-7837 [JAVA] copyFromSafe fails due to a bug in handleSafe

No new revisions were added by this update.

Summary of changes:
 .../vector/VariableWidthVectorBenchmarks.java      | 40 ++++++++++++++++++++++
 .../arrow/vector/BaseVariableWidthVector.java      | 12 +++----
 .../org/apache/arrow/vector/VarBinaryVector.java   | 11 +++---
 .../org/apache/arrow/vector/VarCharVector.java     | 12 +++----
 .../java/org/apache/arrow/vector/TestCopyFrom.java | 32 +++++++++++++++++
 5 files changed, 89 insertions(+), 18 deletions(-)