Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
ghx-label-8
Description
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