emecii opened a new issue, #51262: URL: https://github.com/apache/arrow/issues/51262
### Describe the enhancement requested Add `ArrowFormat::ListArray.new(type, values)` so callers can construct a list array from an explicit child type and nested Ruby values, including null lists and null child values. This is the first nested-array constructor requested in GH-50382 before designing the broader typed-array builder API. It should follow the existing typed constructor style and include focused round-trip coverage. ### Component(s) Ruby -- 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]
