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/02/20 01:32:15 UTC

[arrow] branch master updated (b6ff207 -> 12aa05a)

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 b6ff207  ARROW-7876: [R] Installation fails in the documentation generation image
     add 12aa05a  ARROW-7742: [GLib] Add support for MapArray

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/array-builder.cpp                | 267 +++++++++++++++++++++
 c_glib/arrow-glib/array-builder.h                  |  47 ++++
 c_glib/arrow-glib/basic-array.cpp                  |   3 +
 c_glib/arrow-glib/composite-array.cpp              |  89 +++++++
 c_glib/arrow-glib/composite-array.h                |  25 ++
 c_glib/arrow-glib/composite-data-type.cpp          |  78 ++++++
 c_glib/arrow-glib/composite-data-type.h            |  23 ++
 c_glib/arrow-glib/type.cpp                         |   2 +
 c_glib/test/test-map-array-builder.rb              | 123 ++++++++++
 c_glib/test/{test-unique.rb => test-map-array.rb}  |  24 +-
 ...e-binary-data-type.rb => test-map-data-type.rb} |  19 +-
 11 files changed, 683 insertions(+), 17 deletions(-)
 create mode 100644 c_glib/test/test-map-array-builder.rb
 copy c_glib/test/{test-unique.rb => test-map-array.rb} (62%)
 copy c_glib/test/{test-fixed-size-binary-data-type.rb => test-map-data-type.rb} (66%)