This is an automated email from the ASF dual-hosted git repository.
fsaintjacques pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 04c8e89 ARROW-6490: [Java][Memory] Log error for leak in allocator
close
add 92f16e3 ARROW-6368: [C++][Dataset] Add interface for "projecting"
RecordBatch from one schema to another, inserting null values where needed
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/record-batch.cpp | 15 ++-
cpp/src/arrow/array.cc | 124 +++++++++++++++++--
cpp/src/arrow/array.h | 31 ++++-
cpp/src/arrow/dataset/dataset_internal.h | 196 +++++++++++++++++++++++++++++++
cpp/src/arrow/dataset/dataset_test.cc | 108 +++++++++++++++++
cpp/src/arrow/dataset/scanner.h | 5 +
cpp/src/arrow/record_batch.cc | 4 +
cpp/src/arrow/record_batch.h | 2 +-
cpp/src/arrow/testing/gtest_util.h | 1 +
9 files changed, 470 insertions(+), 16 deletions(-)
create mode 100644 cpp/src/arrow/dataset/dataset_internal.h