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

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


    from 9d40a6a663 GH-43860: [Go][Parquet] Handle the error correctly (#43861)
     add 0bc91dd244 GH-43854: [C++] Expose the set of device types where a 
ChunkedArray is allocated (#43853)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                |  1 +
 cpp/src/arrow/chunked_array.cc              | 13 ++++
 cpp/src/arrow/chunked_array.h               |  8 +++
 cpp/src/arrow/chunked_array_test.cc         |  5 ++
 cpp/src/arrow/compute/function.cc           |  1 +
 cpp/src/arrow/compute/kernel.cc             |  1 +
 cpp/src/arrow/compute/kernel.h              |  1 +
 cpp/src/arrow/datum.cc                      | 40 ++++++++++++
 cpp/src/arrow/datum.h                       |  3 +
 cpp/src/arrow/device.h                      | 18 ------
 cpp/src/arrow/device_allocation_type_set.cc | 80 ++++++++++++++++++++++++
 cpp/src/arrow/device_allocation_type_set.h  | 97 +++++++++++++++++++++++++++++
 cpp/src/arrow/type_fwd.h                    | 21 +++++++
 13 files changed, 271 insertions(+), 18 deletions(-)
 create mode 100644 cpp/src/arrow/device_allocation_type_set.cc
 create mode 100644 cpp/src/arrow/device_allocation_type_set.h

Reply via email to