tustvold commented on code in PR #3965: URL: https://github.com/apache/arrow-rs/pull/3965#discussion_r1149766124
########## arrow-schema/src/datatype.rs: ########## @@ -182,7 +183,7 @@ pub enum DataType { /// A single LargeList array can store up to [`i64::MAX`] elements in total LargeList(Box<Field>), Review Comment: A quick follow PR would then replace `Box<Field>` with `FieldRef` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org