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)
For json streams, columns with array types will be mapped to
VARIANTin 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
ROWtype (struct)