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/02/03 03:51:46 UTC

[arrow] branch master updated (af24bb7 -> 85996e6)

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 af24bb7  ARROW-6724: [C++] Allow simpler BufferOutputStream creation
     add 85996e6  ARROW-6871: [Java] Enhance TransferPair related parameters check and tests

No new revisions were added by this update.

Summary of changes:
 .../sort/FixedWidthInPlaceVectorSorter.java        |   1 +
 .../TransferPairBenchmarks.java}                   |  75 +++++-----
 .../src/main/codegen/templates/UnionVector.java    |   5 +-
 .../apache/arrow/vector/BaseFixedWidthVector.java  |   5 +-
 .../arrow/vector/BaseVariableWidthVector.java      |   5 +-
 .../java/org/apache/arrow/vector/BitVector.java    |   5 +-
 .../arrow/vector/complex/FixedSizeListVector.java  |   5 +-
 .../apache/arrow/vector/complex/ListVector.java    |   5 +-
 .../apache/arrow/vector/complex/StructVector.java  |   5 +-
 .../apache/arrow/vector/TestSplitAndTransfer.java  | 166 +++++++++++++++++++--
 10 files changed, 221 insertions(+), 56 deletions(-)
 copy java/performance/src/test/java/org/apache/arrow/vector/{Float8Benchmarks.java => util/TransferPairBenchmarks.java} (59%)