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/09/07 21:23:37 UTC

[arrow] branch master updated (4186a66 -> 20d854e)

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 4186a66  ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs
     add 20d854e  ARROW-9925: [GLib] Add low level value readers for GArrowListArray family

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/composite-array.cpp     | 176 ++++++++++++++++++++++++++++++
 c_glib/arrow-glib/composite-array.h       |  24 ++++
 c_glib/arrow-glib/compute.cpp             |   2 +-
 c_glib/doc/arrow-glib/arrow-glib-docs.xml |   4 +
 c_glib/test/test-large-list-array.rb      |  62 ++++++++---
 c_glib/test/test-list-array.rb            |  61 ++++++++---
 6 files changed, 298 insertions(+), 31 deletions(-)