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