This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 8ef5ad3328 GH-48684: [C++] Update MakeListArray to use
ListArray::FromArrays instead of constructor (#48685)
add 3946f8810a GH-48503: [GLib][Ruby] Add RoundTemporalOptions (#48524)
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/compute.cpp | 231 +++++++++++++++++++++++++++++
c_glib/arrow-glib/compute.h | 50 +++++++
c_glib/arrow-glib/compute.hpp | 6 +
c_glib/test/test-round-temporal-options.rb | 68 +++++++++
4 files changed, 355 insertions(+)
create mode 100644 c_glib/test/test-round-temporal-options.rb