You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/02/17 16:05:39 UTC

[arrow] branch master updated (17fcbdb -> d94365f)

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

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


    from 17fcbdb  ARROW-6780: [C++][Parquet] Support DurationType in writing/reading parquet (written as int64)
     add d94365f  ARROW-15579: [C++] Add MemoryManager::CopyBuffer(const Buffer&)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/buffer.cc           |  5 ++++
 cpp/src/arrow/buffer.h            |  7 ++++++
 cpp/src/arrow/buffer_test.cc      | 50 ++++++++++++++++++++++++++++++++++-----
 cpp/src/arrow/device.cc           | 45 ++++++++++++++++++++++++++++++-----
 cpp/src/arrow/device.h            | 16 ++++++++++++-
 cpp/src/arrow/gpu/cuda_context.cc | 36 +++++++++++++++++-----------
 cpp/src/arrow/gpu/cuda_context.h  |  4 ++++
 cpp/src/arrow/gpu/cuda_test.cc    | 19 ++++++++++++++-
 8 files changed, 154 insertions(+), 28 deletions(-)