emilk opened a new pull request, #10661: URL: https://github.com/apache/arrow-rs/pull/10661
# Which issue does this PR close? None # Rationale for this change Given a `ListArray` I want to easily answer questions like "is the field nullable?" and "what is the underlying data type?". Now we can! # What changes are included in this PR? Add `ListArray::field()` accessor (and `GenericListArray` and `LargeListArray`) # Are these changes tested? No # 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]
