You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a table with field top_level array(ROW(a varchar, b varchar))
When change type of nested ROW to top_level array(ROW(c varchar)) we can't query this field
ebyhr
changed the title
[Iceberg] SELECT fails after nested field schema update
[Iceberg] SELECT fails after nested field schema update with Parquet format
Aug 15, 2024
Hi,
We have a table with field
top_level array(ROW(a varchar, b varchar))
When change type of nested ROW to
top_level array(ROW(c varchar))
we can't query this fieldTested on Trino 453 and latest master
Query fails with:
Test to reproduce issue:
The text was updated successfully, but these errors were encountered: