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 7ba1a7b99b GH-48654: [Python] Test timestamp from int without pandas
dependency (#48655)
add 5bda71236e GH-48490: [GLib][Ruby] Add GArrowMakeStructOptions (#48491)
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/compute.cpp | 87 ++++++++++++++++++++
c_glib/arrow-glib/compute.h | 23 ++++++
c_glib/arrow-glib/compute.hpp | 6 ++
c_glib/arrow-glib/internal-hash-table.hpp | 2 +-
c_glib/test/test-make-struct-options.rb | 95 ++++++++++++++++++++++
ruby/red-arrow/lib/arrow/libraries.rb | 1 +
...ncatenate-options.rb => make-struct-options.rb} | 10 ++-
ruby/red-arrow/test/test-make-struct-options.rb | 51 ++++++++++++
8 files changed, 270 insertions(+), 5 deletions(-)
create mode 100644 c_glib/test/test-make-struct-options.rb
copy ruby/red-arrow/lib/arrow/{table-concatenate-options.rb =>
make-struct-options.rb} (74%)
create mode 100644 ruby/red-arrow/test/test-make-struct-options.rb