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

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


    from c599fa0064 GH-43554: [Go] Handle excluded fields (#43555)
     add a380d695a6 GH-43733: [C++] Fix Scalar boolean handling in row encoder 
(#43734)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                       |  2 +-
 cpp/src/arrow/acero/asof_join_node_test.cc         |  2 +-
 cpp/src/arrow/acero/hash_join.cc                   |  2 +-
 cpp/src/arrow/acero/hash_join_benchmark.cc         |  2 +-
 cpp/src/arrow/acero/hash_join_dict.h               |  2 +-
 cpp/src/arrow/acero/hash_join_node_test.cc         |  2 +-
 cpp/src/arrow/acero/swiss_join.cc                  |  2 +-
 cpp/src/arrow/acero/swiss_join_internal.h          |  2 +-
 cpp/src/arrow/acero/tpch_node_test.cc              |  2 +-
 cpp/src/arrow/compute/CMakeLists.txt               |  1 +
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  2 +-
 cpp/src/arrow/compute/row/grouper.cc               |  2 +-
 .../row_encoder.cc => row/row_encoder_internal.cc} | 41 +++++++------
 .../{kernels => row}/row_encoder_internal.h        | 14 ++---
 .../arrow/compute/row/row_encoder_internal_test.cc | 68 ++++++++++++++++++++++
 cpp/src/arrow/compute/row/row_test.cc              |  2 +-
 16 files changed, 111 insertions(+), 37 deletions(-)
 rename cpp/src/arrow/compute/{kernels/row_encoder.cc => 
row/row_encoder_internal.cc} (93%)
 rename cpp/src/arrow/compute/{kernels => row}/row_encoder_internal.h (96%)
 create mode 100644 cpp/src/arrow/compute/row/row_encoder_internal_test.cc

Reply via email to