This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 33c826e ARROW-12048: [Rust][DataFusion] Support Common Table
Expressions
add bdbd1b3 ARROW-10606: [C++] Implement Decimal256 casts
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.h | 19 +-
.../arrow/compute/kernels/scalar_cast_numeric.cc | 156 +++++---
cpp/src/arrow/compute/kernels/scalar_cast_test.cc | 410 ++++++++++++++++++--
cpp/src/arrow/util/basic_decimal.cc | 145 +++++++
cpp/src/arrow/util/basic_decimal.h | 18 +-
cpp/src/arrow/util/decimal.cc | 161 ++++++++
cpp/src/arrow/util/decimal.h | 30 ++
cpp/src/arrow/util/decimal_test.cc | 430 +++++++++++++--------
8 files changed, 1116 insertions(+), 253 deletions(-)