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 73bb8ea ARROW-15900: [C++] Support Substrait reading of a
Feather-format local file
add 884d2b8 ARROW-15924: [Ruby] Add support for #values of
MonthDayNanoInterval type
No new revisions were added by this update.
Summary of changes:
ruby/red-arrow/ext/arrow/arrow.cpp | 4 +++
ruby/red-arrow/ext/arrow/converters.hpp | 30 ++++++++++++++--------
ruby/red-arrow/ext/arrow/red-arrow.hpp | 2 ++
ruby/red-arrow/ext/arrow/values.cpp | 3 +--
ruby/red-arrow/lib/arrow/loader.rb | 1 +
...rb => month-day-nano-interval-array-builder.rb} | 4 +--
ruby/red-arrow/test/values/test-basic-arrays.rb | 10 ++++++++
.../test/values/test-dense-union-array.rb | 9 +++++++
ruby/red-arrow/test/values/test-list-array.rb | 13 ++++++++++
ruby/red-arrow/test/values/test-map-array.rb | 12 +++++++++
.../test/values/test-sparse-union-array.rb | 9 +++++++
ruby/red-arrow/test/values/test-struct-array.rb | 10 ++++++++
12 files changed, 93 insertions(+), 14 deletions(-)
copy ruby/red-arrow/lib/arrow/{day-time-interval-array-builder.rb =>
month-day-nano-interval-array-builder.rb} (88%)