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 1ae38d0d42 GH-43735: [R] AWS SDK fails to build on one of CRAN's M1 
builders (#43736)
     add 5e68513d62 GH-43495: [C++][Compute] Widen the row offset of the row 
table to 64-bit (#43389)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/acero/hash_join_node_test.cc         | 192 ++++++++++++
 cpp/src/arrow/acero/swiss_join.cc                  |  26 +-
 cpp/src/arrow/acero/swiss_join_avx2.cc             | 126 ++++++--
 cpp/src/arrow/compute/row/compare_internal.cc      |  39 ++-
 cpp/src/arrow/compute/row/compare_internal.h       |  27 +-
 cpp/src/arrow/compute/row/compare_internal_avx2.cc | 172 ++++++-----
 cpp/src/arrow/compute/row/compare_test.cc          | 333 ++++++++++++++++-----
 cpp/src/arrow/compute/row/encode_internal.cc       |  47 ++-
 cpp/src/arrow/compute/row/encode_internal.h        |   7 +-
 cpp/src/arrow/compute/row/encode_internal_avx2.cc  |  10 +-
 cpp/src/arrow/compute/row/row_internal.cc          |  38 +--
 cpp/src/arrow/compute/row/row_internal.h           |  37 ++-
 cpp/src/arrow/compute/row/row_test.cc              |  66 ++--
 cpp/src/arrow/testing/random.cc                    |  19 +-
 cpp/src/arrow/testing/random.h                     |   6 +
 15 files changed, 802 insertions(+), 343 deletions(-)

Reply via email to