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 1f3f40f164 GH-50462: [C++][Gandiva] fix out-of-bounds read in
translate_utf8_utf8_utf8 (#50463)
add 68c8cec16d GH-50528: [Ruby] Add `ArrowFormat::ArrayBuilder` (#50529)
No new revisions were added by this update.
Summary of changes:
.../lib/arrow-format/array-builder.rb | 140 +++++++++++++++++++
ruby/red-arrow-format/lib/arrow-format/array.rb | 49 ++++++-
ruby/red-arrow-format/lib/arrow-format/type.rb | 28 +++-
ruby/red-arrow-format/test/test-array-builder.rb | 150 +++++++++++++++++++++
4 files changed, 360 insertions(+), 7 deletions(-)
create mode 100644 ruby/red-arrow-format/lib/arrow-format/array-builder.rb
create mode 100644 ruby/red-arrow-format/test/test-array-builder.rb