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 2020/04/28 21:26:38 UTC

[arrow] branch master updated (4b67816 -> 5194bad)

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 4b67816  ARROW-8513: [Python] Expose Take with Table input in Python
     add 5194bad  ARROW-8612: [GLib] Add GArrowReadOptions and GArrowWriteOptions

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/Makefile.am                      |   2 +
 c_glib/arrow-glib/arrow-glib.h                     |   1 +
 c_glib/arrow-glib/ipc-options.cpp                  | 512 +++++++++++++++++++++
 c_glib/arrow-glib/ipc-options.h                    |  66 +++
 c_glib/arrow-glib/meson.build                      |   2 +
 c_glib/doc/arrow-glib/arrow-glib-docs.xml          |   4 +
 .../record.rb => c_glib/test/test-read-options.rb  |  57 +--
 c_glib/test/test-write-options.rb                  | 114 +++++
 8 files changed, 730 insertions(+), 28 deletions(-)
 create mode 100644 c_glib/arrow-glib/ipc-options.cpp
 create mode 100644 c_glib/arrow-glib/ipc-options.h
 copy ruby/red-arrow/lib/arrow/record.rb => c_glib/test/test-read-options.rb (50%)
 create mode 100644 c_glib/test/test-write-options.rb