You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2015/02/25 02:08:04 UTC

[jira] [Updated] (DRILL-2303) Add support for rollup operator

     [ 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)