You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/06/11 21:14:38 UTC

[arrow] branch master updated (08781a3 -> 6c289dd)

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 08781a3  ARROW-12801: [CI][Packaging][Java] Include all modules in script that generate Arrow jars
     add 6c289dd  ARROW-13043: [GLib][Ruby] Add GArrowEqualOptions

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/basic-array.cpp                  | 216 ++++++++++++++++++++-
 c_glib/arrow-glib/basic-array.h                    |  23 ++-
 c_glib/arrow-glib/basic-array.hpp                  |   3 +
 c_glib/arrow-glib/compute.cpp                      |   2 +-
 c_glib/test/test-equal-options.rb                  |  96 +++++++++
 ruby/red-arrow/lib/arrow/array.rb                  |  12 ++
 .../lib/arrow/equal-options.rb}                    |  11 +-
 ruby/red-arrow/lib/arrow/loader.rb                 |   1 +
 ruby/red-arrow/test/test-array.rb                  |  34 ++++
 9 files changed, 386 insertions(+), 12 deletions(-)
 create mode 100644 c_glib/test/test-equal-options.rb
 copy ruby/{red-arrow-flight/lib/arrow-flight/client-options.rb => red-arrow/lib/arrow/equal-options.rb} (82%)