Skip to content

[EPIC] Improved support for nested / structured types (Struct , List, ListArray, and other Composite types) #2326

Closed
@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This ticket is designed to capture the work needed to properly support Arrow Struct types in DataFusion

https://arrow.apache.org/datafusion/user-guide/sql/sql_status.html says that nested types are not supported; The are not fully supported, but there are parts of the support already present such as a way to serialize them via ArrowWriter and using field["nested_field"] syntax

Describe the solution you'd like
Research, and describe / implement what is else remains for proper support.

Array (ListArray) support:

Map (MapArray) support:

Struct (StructArray) support:

Union (UnionArray) support

Other

Known issues so far:

Metadata

Metadata

Assignees

No one assigned

    Labels

    datafusionChanges in the datafusion crateenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions