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 bf6f702  ARROW-14241: [C++][Java][CI] Fix java-jars build
     add f92e1d1  ARROW-14244: [C++] Reduce scalar_temporal.cc compilation time

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                       |   3 +-
 .../compute/kernels/scalar_temporal_binary.cc      | 542 ++++++++++++++
 ...scalar_temporal.cc => scalar_temporal_unary.cc} | 828 ++++-----------------
 cpp/src/arrow/compute/kernels/temporal_internal.h  |  56 ++
 cpp/src/arrow/compute/registry.cc                  |   3 +-
 cpp/src/arrow/compute/registry_internal.h          |   3 +-
 6 files changed, 729 insertions(+), 706 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/scalar_temporal_binary.cc
 rename cpp/src/arrow/compute/kernels/{scalar_temporal.cc => 
scalar_temporal_unary.cc} (54%)

Reply via email to