This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from b32e0bf ARROW-13200: [R] Add binding for case_when()
add 05665cc ARROW-13219: [C++][GLib] Demote/deprecate CompareOptions
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/compute.cpp | 419 ---------------------
c_glib/arrow-glib/compute.h | 96 -----
c_glib/arrow-glib/compute.hpp | 3 -
c_glib/test/test-compare.rb | 69 ----
cpp/src/arrow/compute/api_scalar.cc | 8 -
cpp/src/arrow/compute/api_scalar.h | 9 +-
cpp/src/arrow/compute/function_test.cc | 2 -
.../compute/kernels/scalar_compare_benchmark.cc | 5 +-
.../arrow/compute/kernels/scalar_compare_test.cc | 6 +-
cpp/src/arrow/compute/kernels/test_util.h | 8 +
.../arrow/compute/kernels/vector_selection_test.cc | 12 +-
11 files changed, 26 insertions(+), 611 deletions(-)
delete mode 100644 c_glib/test/test-compare.rb