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

Group By Union Distinct fails at planning

    XMLWordPrintableJSON

Details

    Description

      For example,
      select n_nationkey from
      (select n_nationkey from cp.`tpch/nation.parquet`
      union select n_nationkey from cp.`tpch/nation.parquet`)
      group by n_nationkey

      Will fail. Actually, this issue was already resolved in Calcite-675. After picking this commit, this issue will go away.

      Attachments

        Activity

          People

            seanhychu Sean Hsuan-Yi Chu
            seanhychu Sean Hsuan-Yi Chu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: