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 5e5e526 ARROW-6986: [R] Add basic Expression class
add c1090a3 ARROW-6286: [GLib] Add support for LargeList type
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/array-builder.cpp | 150 ++++++++++++++++++++-
c_glib/arrow-glib/array-builder.h | 24 ++++
c_glib/arrow-glib/basic-array.cpp | 3 +
c_glib/arrow-glib/basic-data-type.cpp | 3 +
c_glib/arrow-glib/composite-array.cpp | 99 ++++++++++++++
c_glib/arrow-glib/composite-array.h | 26 ++++
c_glib/arrow-glib/composite-data-type.cpp | 59 ++++++++
c_glib/arrow-glib/composite-data-type.h | 17 +++
c_glib/arrow-glib/type.cpp | 2 +
c_glib/arrow-glib/type.h | 4 +-
c_glib/test/helper/buildable.rb | 16 ++-
...test-list-array.rb => test-large-list-array.rb} | 42 +++---
...t-data-type.rb => test-large-list-data-type.rb} | 8 +-
13 files changed, 423 insertions(+), 30 deletions(-)
copy c_glib/test/{test-list-array.rb => test-large-list-array.rb} (53%)
copy c_glib/test/{test-list-data-type.rb => test-large-list-data-type.rb} (84%)