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/02/19 01:50:48 UTC

[arrow] branch master updated (18b9167 -> 45d7eaf)

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 18b9167  ARROW-7862: [R] Linux installation should run quieter by default
     add 45d7eaf  ARROW-7201: [GLib][Gandiva] Add support for BooleanNode

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ruby.yml                         |   1 +
 c_glib/gandiva-glib/gandiva-glib.h                 |   2 +
 c_glib/gandiva-glib/node.cpp                       | 159 +++++++++++++++++++++
 c_glib/gandiva-glib/node.h                         |  51 +++++++
 c_glib/gandiva-glib/node.hpp                       |   3 +
 ...-float-literal-node.rb => test-boolean-node.rb} |  20 ++-
 6 files changed, 229 insertions(+), 7 deletions(-)
 copy c_glib/test/gandiva/{test-float-literal-node.rb => test-boolean-node.rb} (59%)