tustvold commented on code in PR #3965:
URL: https://github.com/apache/arrow-rs/pull/3965#discussion_r1152331911
##########
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:
Yes, I plan to do the other variants in a follow up. I think changing it to
`(Fields, Arc<[i8]>, UnionMode)` may be sufficient and would keep things simple
--
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]