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/11/11 00:41:22 UTC

[arrow] branch master updated (799945c -> 9b5edc2)

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 799945c  ARROW-14594: [R] Enable snappy+lz4 by default
     add 9b5edc2  ARROW-14637: [GLib][Ruby] Add support for initializing S3 APIs explicitly

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/file-system.cpp                  | 229 ++++++++++++++++++++-
 c_glib/arrow-glib/file-system.h                    |  53 +++++
 c_glib/arrow-glib/file-system.hpp                  |   5 +
 c_glib/arrow-glib/version.h.in                     |  23 +++
 c_glib/doc/arrow-glib/arrow-glib-docs.xml          |   4 +
 ...st-null-scalar.rb => test-s3-global-options.rb} |  28 +--
 ruby/red-arrow/lib/arrow/loader.rb                 |   1 +
 .../{equal-options.rb => s3-global-options.rb}     |   2 +-
 8 files changed, 324 insertions(+), 21 deletions(-)
 copy c_glib/test/{test-null-scalar.rb => test-s3-global-options.rb} (65%)
 copy ruby/red-arrow/lib/arrow/{equal-options.rb => s3-global-options.rb} (98%)