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 b3e2e08e56 GH-48442: [Python] Remove workaround that excluded struct
types from `chunked_arrays` (#48443)
add d09233af10 GH-48484: [GLib][Ruby] Add GArrowJoinOptions (#48485)
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/compute.cpp | 146 +++++++++++++++++++++++++++++++++++++++
c_glib/arrow-glib/compute.h | 32 +++++++++
c_glib/arrow-glib/compute.hpp | 5 ++
c_glib/test/test-join-options.rb | 63 +++++++++++++++++
4 files changed, 246 insertions(+)
create mode 100644 c_glib/test/test-join-options.rb