Skip to content

[JSON] Support lists through ROW type instead of VARIANT #353

@jeppe742

Description

@jeppe742

For json streams, columns with array types will be mapped to VARIANT in iceberg.
However, as we are currently waiting for Trino to support VARIANT (trinodb/trino#27753), this means that we are unable to read data with arrays.

In theory you should also be able to represent the data using ROW type (struct)

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions