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 43273fde11 GH-48497: [GLib][Ruby] Add PartitionNthOptions (#48518)
add e11c69cba0 GH-48498: [GLib][Ruby] Add PivotWiderOptions (#48519)
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/compute.cpp | 170 ++++++++++++++++++++++++++++++++
c_glib/arrow-glib/compute.h | 33 +++++++
c_glib/arrow-glib/compute.hpp | 6 ++
c_glib/test/test-pivot-wider-options.rb | 60 +++++++++++
4 files changed, 269 insertions(+)
create mode 100644 c_glib/test/test-pivot-wider-options.rb