alamb opened a new issue, #8784: URL: https://github.com/apache/arrow-rs/issues/8784
As @dqkqd observes: There are `parse_field` and `parse_list_field` because we have two representation for `Field`: - In `Struct`, `Union`, `Map`, `RunEndEncoded`: `"a": nullable Int64` - In `List` types: `nullable Int64, field: 'a'` I don't think having two different representation for `Field` is a wise choice, but I don't change it in this PR. _Originally posted by @dqkqd in https://github.com/apache/arrow-rs/pull/8765#discussion_r2484043798_ -- 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]
