kou opened a new pull request, #50529: URL: https://github.com/apache/arrow/pull/50529
### Rationale for this change `ArrowFormat::Array.build(values)` is convenient to build an Arrow array from Ruby objects without specifying an Arrow type explicitly. This is just for convenient. Users who want to specify Arrow type explicitly should use ArrowFormat::XXXArray.new(values) explicitly instead. ### What changes are included in this PR? * Add `ArrowFromat::ArrayBuilder` * Add `ArrowFormat::Array.build(values)` ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
