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 c6eb4aad30 ARROW-18195: [C++] Fix case_when produces bad data when
condition has nulls (#15131)
add e5ec942075 GH-15168: [GLib] Add support for half float (#15169)
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/array-builder.cpp | 99 ++++++++++++++++++++++
c_glib/arrow-glib/array-builder.h | 32 +++++++
c_glib/arrow-glib/basic-array.cpp | 80 +++++++++++++++++
c_glib/arrow-glib/basic-array.h | 29 +++++++
c_glib/arrow-glib/basic-data-type.cpp | 39 +++++++++
c_glib/arrow-glib/basic-data-type.h | 15 ++++
c_glib/arrow-glib/scalar.cpp | 54 ++++++++++++
c_glib/arrow-glib/scalar.h | 19 +++++
c_glib/test/helper/buildable.rb | 4 +
c_glib/test/test-half-float-array.rb | 66 +++++++++++++++
...y-data-type.rb => test-half-float-data-type.rb} | 14 +--
...-double-scalar.rb => test-half-float-scalar.rb} | 13 +--
ruby/red-arrow/test/test-data-type.rb | 3 +-
13 files changed, 453 insertions(+), 14 deletions(-)
create mode 100644 c_glib/test/test-half-float-array.rb
copy c_glib/test/{test-binary-data-type.rb => test-half-float-data-type.rb}
(71%)
copy c_glib/test/{test-double-scalar.rb => test-half-float-scalar.rb} (74%)