llama90 commented on PR #41831:
URL: https://github.com/apache/arrow/pull/41831#issuecomment-2132121449
The reason for handling these types in a PR.
- list, large list, list view, large list view, fixed-size list, and map
```mermaid
classDiagram
NestedType <|-- BaseListType
BaseListType <|-- ListType
BaseListType <|-- LargeListType
BaseListType <|-- ListViewType
BaseListType <|-- LargeListViewType
BaseListType <|-- FixedSizeListType
ListType <|-- MapType
```
--
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]