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/08/10 05:57:32 UTC

[arrow] branch master updated (822d6d8 -> c2e198b)

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 822d6d8  ARROW-13172: [Java] Make TYPE_WIDTH publicly accessible
     add c2e198b  ARROW-13585: [GLib] Add support for C ABI interface

No new revisions were added by this update.

Summary of changes:
 c_glib/Gemfile                          |  2 +-
 c_glib/arrow-flight-glib/server.cpp     |  2 +-
 c_glib/arrow-glib/basic-array.cpp       | 79 ++++++++++++++++++++++++++++++++
 c_glib/arrow-glib/basic-array.h         | 13 ++++++
 c_glib/arrow-glib/basic-data-type.cpp   | 54 ++++++++++++++++++++++
 c_glib/arrow-glib/basic-data-type.h     | 10 +++++
 c_glib/arrow-glib/field.cpp             | 55 +++++++++++++++++++++++
 c_glib/arrow-glib/field.h               | 10 +++++
 c_glib/arrow-glib/reader.cpp            | 60 +++++++++++++++++++++++++
 c_glib/arrow-glib/reader.h              | 10 +++++
 c_glib/arrow-glib/record-batch.cpp      | 80 +++++++++++++++++++++++++++++++++
 c_glib/arrow-glib/record-batch.h        | 13 ++++++
 c_glib/arrow-glib/schema.cpp            | 54 ++++++++++++++++++++++
 c_glib/arrow-glib/schema.h              | 10 +++++
 c_glib/test/test-boolean-array.rb       |  9 ++++
 c_glib/test/test-boolean-data-type.rb   | 10 +++++
 c_glib/test/test-field.rb               |  9 ++++
 c_glib/test/test-record-batch-reader.rb |  8 ++++
 c_glib/test/test-record-batch.rb        |  8 ++++
 c_glib/test/test-schema.rb              | 11 +++++
 ruby/red-arrow/red-arrow.gemspec        |  2 +-
 21 files changed, 506 insertions(+), 3 deletions(-)