apache/seatunnel

[Feature][Core] Support define all nested types

Open

#9744 opened on Aug 21, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (6,897 stars) (1,432 forks)batch import
corefeaturehelp wanted

Description

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

Currently, our API design has limited support for nested data structures, and we need to support the definition and processing of any nested data types. Please refer https://github.com/apache/seatunnel/blob/45609ef1dfd88d4844a90eec0d0984b1797e44d4/seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/ArrayType.java#L22 and https://github.com/apache/seatunnel/blob/45609ef1dfd88d4844a90eec0d0984b1797e44d4/seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/MapType.java#L30

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Contributor guide