Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14473 Druid integration II
  3. HIVE-16816

Chained Group by support for druid.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Druid integration
    • None

    Description

      This is more likely to be a calcite enhancement but am logging it here to track it any way.
      Currently queries like

       select count (distinct dim) from table 

      is pushed partially to druid as group by dim followed by a count executed by hive QE. This can be enhanced by using the nested (eg chained execution) group by query such as the first (inner) GB query does group by key and the second (outer) does the count.

      Attachments

        Issue Links

          Activity

            People

              bslim Slim Bouguerra
              bslim Slim Bouguerra
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: