This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from cbd48a4d98 GH-48555: [C++] Use FetchContent for bundled opentelemetry
(#48556)
add 649a372239 GH-48579: [Ruby] Add support for reading duration array
(#48580)
No new revisions were added by this update.
Summary of changes:
ruby/red-arrow-format/lib/arrow-format/array.rb | 6 +++
.../lib/arrow-format/file-reader.rb | 4 ++
ruby/red-arrow-format/lib/arrow-format/type.rb | 12 +++++
ruby/red-arrow-format/test/test-file-reader.rb | 60 ++++++++++++++++++++++
...-array-builder.rb => duration-array-builder.rb} | 4 +-
.../arrow/{jruby/sort-key.rb => duration-array.rb} | 6 +--
.../{time32-data-type.rb => duration-data-type.rb} | 2 +-
ruby/red-arrow/lib/arrow/libraries.rb | 3 ++
.../{test-null-array.rb => test-duration-array.rb} | 6 +--
...e32-data-type.rb => test-duration-data-type.rb} | 18 +++----
10 files changed, 102 insertions(+), 19 deletions(-)
copy ruby/red-arrow/lib/arrow/{list-array-builder.rb =>
duration-array-builder.rb} (94%)
copy ruby/red-arrow/lib/arrow/{jruby/sort-key.rb => duration-array.rb} (91%)
copy ruby/red-arrow/lib/arrow/{time32-data-type.rb => duration-data-type.rb}
(97%)
copy ruby/red-arrow/test/{test-null-array.rb => test-duration-array.rb} (86%)
copy ruby/red-arrow/test/{test-time32-data-type.rb =>
test-duration-data-type.rb} (69%)