[ 
https://issues.apache.org/jira/browse/DRILL-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aman Sinha updated DRILL-2303:
------------------------------
    Fix Version/s: Future

> Add support for rollup operator
> -------------------------------
>
>                 Key: DRILL-2303
>                 URL: https://issues.apache.org/jira/browse/DRILL-2303
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Query Planning & Optimization
>    Affects Versions: 0.8.0
>            Reporter: Abhishek Girish
>            Assignee: Jinfeng Ni
>             Fix For: Future
>
>
> Add support for rollup operator
> The following query fails to parse at present:
> SELECT 
>      city, 
>      country, 
>     SUM(population) 
> FROM 
>     customer 
> GROUP BY 
>     ROLLUP(city, country);
> Reference: TPC-DS queries contain rollup operator



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to