You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/10/25 13:28:09 UTC

[arrow] branch master updated (ea32825e81 -> 0e94da90d3)

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

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


    from ea32825e81 ARROW-17972: [CI] Update CUDA docker jobs (#14362)
     add 0e94da90d3 ARROW-18014: [Java] Implement copy functions for vectors and Table (#14389)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/vector/table/BaseTable.java   |  48 +++-
 .../java/org/apache/arrow/vector/table/Row.java    | 316 ++++++++++-----------
 .../java/org/apache/arrow/vector/table/Table.java  |  34 +++
 .../apache/arrow/vector/table/BaseTableTest.java   |  43 ++-
 .../org/apache/arrow/vector/table/RowTest.java     |   2 +-
 .../org/apache/arrow/vector/table/TableTest.java   |  20 ++
 6 files changed, 302 insertions(+), 161 deletions(-)