-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Frontend
-
Labels:
-
Epic Link:
-
Epic Color:ghx-label-8
Once the rest of the tasks are implemented from the same epic there is a chance that there won't be anything to do with this issue.
One sample query:
select id, nested_struct.a, a.item from ( select id * 100 as id, nested_struct, int_array from functional_parquet.complextypestbl ) t, t.int_array a