Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6546

Allow unnest function with nested columns and complex expressions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.14.0
    • None

    Description

      Currently queries with unnest andĀ nested columnsĀ or complex expressions inside fails:

      select u.item from cp.`lateraljoin/nested-customer.parquet` c,
      unnest(c.orders.items) as u(item)
      

      fails with error:

      VALIDATION ERROR: From line 2, column 10 to line 2, column 21: Column 'orders.items' not found in table 'c'
      

      Attachments

        Issue Links

          Activity

            People

              volodymyr Vova Vysotskyi
              volodymyr Vova Vysotskyi
              Hanumath Rao Maduri Hanumath Rao Maduri
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: