alamb commented on code in PR #5852:
URL: https://github.com/apache/arrow-rs/pull/5852#discussion_r1633783041
##########
arrow-schema/src/field.rs:
##########
@@ -483,6 +483,18 @@ impl Field {
));
}
},
+ DataType::List(field) => match &from.data_type {
Review Comment:
I think we should also add support for `DataType::LargeList`
https://docs.rs/arrow/latest/arrow/datatypes/enum.DataType.html#variant.LargeList
If you don't want to add it in this PR, I'll file a ticket to track and add
it in a follow on
--
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]