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 9128c63  ARROW-15750: [Ruby] Add support for #raw_records of Month 
Interval Type
     add 33fd1c2  ARROW-15885 [Ruby] Add support for #values of DayTime 
Interval Type

No new revisions were added by this update.

Summary of changes:
 ruby/red-arrow/ext/arrow/arrow.cpp                  |  8 ++++++++
 ruby/red-arrow/ext/arrow/converters.hpp             | 17 +++++++++++++++++
 ruby/red-arrow/ext/arrow/red-arrow.hpp              |  5 +++++
 ruby/red-arrow/ext/arrow/values.cpp                 |  1 +
 ruby/red-arrow/test/values/test-basic-arrays.rb     | 15 +++++++++++++++
 .../red-arrow/test/values/test-dense-union-array.rb | 13 +++++++++++++
 ruby/red-arrow/test/values/test-list-array.rb       | 21 +++++++++++++++++++++
 ruby/red-arrow/test/values/test-map-array.rb        | 19 +++++++++++++++++++
 .../test/values/test-sparse-union-array.rb          | 13 +++++++++++++
 ruby/red-arrow/test/values/test-struct-array.rb     | 15 +++++++++++++++
 10 files changed, 127 insertions(+)

Reply via email to