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 2021/09/26 03:18:18 UTC

[arrow] branch master updated (adb0190 -> a74dfde)

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 adb0190  MINOR: [R] Fix quantile() test failure in test-r-versions CI task
     add a74dfde  ARROW-13847: [Java] Avoid unnecessary collection copies

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/arrow/util/AutoCloseables.java | 23 ++++--
 .../java/org/apache/arrow/util/Collections2.java   | 36 ++++++++--
 .../org/apache/arrow/util/TestCollections2.java    | 83 ++++++++++++++++++++++
 .../main/codegen/templates/DenseUnionVector.java   |  3 +-
 .../src/main/codegen/templates/UnionVector.java    |  3 +-
 .../java/org/apache/arrow/vector/VectorLoader.java |  2 +-
 .../org/apache/arrow/vector/types/pojo/Field.java  |  3 +-
 .../apache/arrow/vector/types/pojo/FieldType.java  |  7 +-
 .../org/apache/arrow/vector/types/pojo/Schema.java | 31 ++++----
 9 files changed, 157 insertions(+), 34 deletions(-)
 create mode 100644 java/memory/memory-core/src/test/java/org/apache/arrow/util/TestCollections2.java