Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9500

Allow returning complex types from a subselect

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Frontend

    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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gaborkaszab Gabor Kaszab
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: