[
https://issues.apache.org/jira/browse/DRILL-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Girish updated DRILL-2303:
-----------------------------------
Description:
Add support for rollup operator (which are used for rollup analyze).
The following query fails to parse at present:
SELECT
city,
country,
SUM(population)
FROM
customer
GROUP BY
ROLLUP(city, country);
Reference: TPC-DS queries (5, 18, 22, ...) contain rollup operator
was:
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
> 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 (which are used for rollup analyze).
> The following query fails to parse at present:
> SELECT
> city,
> country,
> SUM(population)
> FROM
> customer
> GROUP BY
> ROLLUP(city, country);
> Reference: TPC-DS queries (5, 18, 22, ...) contain rollup operator
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)