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 e191b95db5 GH-50432: [Ruby] Add `ArrowFormat::{Array,Bitmap}#==`
(#50433)
add 32513fe454 GH-50434: [Ruby] Add `ArrowFormat::Date{32,64}.new(values)`
(#50442)
No new revisions were added by this update.
Summary of changes:
ruby/red-arrow-format/lib/arrow-format/type.rb | 8 ++++++
.../{test-int8-array.rb => test-date32-array.rb} | 33 +++++++++++++---------
.../{test-int8-array.rb => test-date64-array.rb} | 33 +++++++++++++---------
ruby/red-arrow-format/test/test-float32-array.rb | 4 +--
ruby/red-arrow-format/test/test-float64-array.rb | 4 +--
ruby/red-arrow-format/test/test-int16-array.rb | 4 +--
ruby/red-arrow-format/test/test-int32-array.rb | 4 +--
ruby/red-arrow-format/test/test-int64-array.rb | 4 +--
ruby/red-arrow-format/test/test-int8-array.rb | 4 +--
ruby/red-arrow-format/test/test-uint16-array.rb | 4 +--
ruby/red-arrow-format/test/test-uint32-array.rb | 4 +--
ruby/red-arrow-format/test/test-uint64-array.rb | 4 +--
ruby/red-arrow-format/test/test-uint8-array.rb | 4 +--
13 files changed, 66 insertions(+), 48 deletions(-)
copy ruby/red-arrow-format/test/{test-int8-array.rb => test-date32-array.rb}
(58%)
copy ruby/red-arrow-format/test/{test-int8-array.rb => test-date64-array.rb}
(55%)