dqkqd opened a new issue, #8648: URL: https://github.com/apache/arrow-rs/issues/8648
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** After #8351, we can have better formats for nested data type (with nullability and field name). I think we should correctly parse for those. For example: #8290 changed `List(Int64)` to have `nullable = false`, but `parse_list` still considers this as `nullable = true`. https://github.com/apache/arrow-rs/blob/d49f017fe1c6712ba32e2222c6f031278b588ca5/arrow-schema/src/datatype_parse.rs#L97-L104 **Describe the solution you'd like** Correctly parse `List`, `ListView`, `LargeList`, `LargeListView`, `FixedSizeList`, `Union`, `Map`. **Describe alternatives you've considered** **Additional context** -- 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]
