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/08/04 07:20:18 UTC

[arrow] branch master updated (19461a5 -> 37d14de)

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 19461a5  ARROW-9622: [Java] Fixed UnsupportedOperationException in complexcopier with null value in unionvector inside st…
     add 37d14de  ARROW-9454: [GLib] Add binding of some dictionary builders

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-cuda-glib/cuda.cpp              |   2 +-
 c_glib/arrow-glib/array-builder.cpp          | 675 ++++++++++++++++++++++++++-
 c_glib/arrow-glib/array-builder.h            | 144 ++++++
 c_glib/arrow-glib/basic-array.hpp            |   7 +
 c_glib/arrow-glib/version.h.in               |  23 +
 c_glib/meson.build                           |   3 +
 c_glib/test/test-array-builder.rb            | 350 ++++++++++++++
 c_glib/test/test-dictionary-array-builder.rb | 331 +++++++++++++
 8 files changed, 1520 insertions(+), 15 deletions(-)
 create mode 100644 c_glib/test/test-dictionary-array-builder.rb