Open yeunghl-shoalter opened 1 year ago
Trino currently does not have enough support for nested fields. For example, deleting the primary key of a file does not support nested fields.
Hopefully there would be more support for nested fields. Otherwise it would be difficulty to manage Iceberg tables via Trino especially when the tables are also managed by other tools such as Spark, Flink, Hive, etc...
Is nested column not supported for sort order & partitioning via Trino Iceberg connector?
Successfully created an Iceberg table with sort order having nested column via Spark. After that, using "SHOW CREATE TABLE" to retrieve the statement and apply this query (table name changed). This would raise following exception in Trino:
Query
Trino version