You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pr...@apache.org on 2020/03/27 11:12:58 UTC

[arrow] branch master updated (21bf3d8 -> 81d61a6)

This is an automated email from the ASF dual-hosted git repository.

praveenbingo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 21bf3d8  ARROW-8233: [CI][GLib][R] Fix timeount on MinGW
     add 81d61a6  ARROW-8239: [Java] fix param checks in splitAndTransfer method

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/templates/UnionVector.java    |   6 +-
 .../apache/arrow/vector/BaseFixedWidthVector.java  |   6 +-
 .../arrow/vector/BaseVariableWidthVector.java      |   6 +-
 .../java/org/apache/arrow/vector/BitVector.java    |   6 +-
 .../arrow/vector/complex/FixedSizeListVector.java  |   6 +-
 .../apache/arrow/vector/complex/ListVector.java    |   6 +-
 .../apache/arrow/vector/complex/StructVector.java  |   6 +-
 .../apache/arrow/vector/TestSplitAndTransfer.java  | 162 ++++++++++++++++++++-
 8 files changed, 174 insertions(+), 30 deletions(-)