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 04:52:46 UTC

[arrow] branch master updated (0b41e53 -> 8cacb2f)

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 0b41e53  ARROW-6397: [C++][CI] Generate minio server connect string
     add 8cacb2f  ARROW-6031: [Java] Support iterating a vector by ArrowBufPointer

No new revisions were added by this update.

Summary of changes:
 .../util/ElementAddressableVectorIterator.java     |  86 +++++++++++++
 .../util/TestElementAddressableVectorIterator.java | 135 +++++++++++++++++++++
 2 files changed, 221 insertions(+)
 create mode 100644 java/vector/src/main/java/org/apache/arrow/vector/util/ElementAddressableVectorIterator.java
 create mode 100644 java/vector/src/test/java/org/apache/arrow/vector/util/TestElementAddressableVectorIterator.java