This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 74f020d ARROW-13974: [C++] Resolve follow-up reviews for TopK/BottomK
add 293f856 ARROW-13966: [C++] Support decimals in comparisons
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.cc | 86 ++++++++++++++++
cpp/src/arrow/compute/kernels/codegen_internal.h | 13 +++
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 94 +++--------------
.../arrow/compute/kernels/scalar_cast_numeric.cc | 7 +-
cpp/src/arrow/compute/kernels/scalar_compare.cc | 8 ++
.../arrow/compute/kernels/scalar_compare_test.cc | 114 +++++++++++++++++++++
cpp/src/arrow/util/decimal.h | 23 +++++
docs/source/cpp/compute.rst | 9 +-
8 files changed, 267 insertions(+), 87 deletions(-)