alamb opened a new pull request, #4627: URL: https://github.com/apache/arrow-rs/pull/4627
# Which issue does this PR close? Re https://github.com/apache/arrow-rs/issues/4544 # Rationale for this change As described on https://github.com/apache/arrow-rs/pull/4561#issuecomment-1661940270 the API for creating List fields is somewhat confusing and hiding details of doing so may make it more so. # What changes are included in this PR? 1. Add `Field::new_list_item` 2. improve `DataType::new_list` docs <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> # Are there any user-facing changes? Yes a new API for constructing `Field`s and better docs <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please add the `breaking change` label. --> -- 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]
