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 2021/12/17 04:51:12 UTC

[arrow] branch master updated (8013c1e -> 6e20c6b)

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 8013c1e  ARROW-15140: [CI] move to v2 of checkouts for GHA
     add 6e20c6b  ARROW-15134: [GLib] Add GArrow{Month,DayTime,MonthDayNano}IntervalDataType

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/basic-data-type.cpp              | 146 +++++++++++++++++++++
 c_glib/arrow-glib/basic-data-type.h                |  67 ++++++++++
 c_glib/arrow-glib/type.cpp                         |  45 +++++--
 c_glib/arrow-glib/type.h                           |  30 ++++-
 c_glib/arrow-glib/type.hpp                         |   1 +
 ...type.rb => test-day-time-interval-data-type.rb} |  22 ++--
 ...b => test-month-day-nano-interval-data-type.rb} |  22 ++--
 ...ta-type.rb => test-month-interval-data-type.rb} |  19 ++-
 8 files changed, 304 insertions(+), 48 deletions(-)
 copy c_glib/test/{test-int8-data-type.rb => test-day-time-interval-data-type.rb} (68%)
 copy c_glib/test/{test-int8-data-type.rb => test-month-day-nano-interval-data-type.rb} (66%)
 copy c_glib/test/{test-binary-data-type.rb => test-month-interval-data-type.rb} (68%)