Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
Aggregate expressions currently cannot be nested.
The following query fails to validate:
select avg(sum(i_item_sk)) from item;
Error:
Query failed: SqlValidatorException: Aggregate expressions cannot be nested
Log attached.
Reference: TPCDS queries (20, 63, 98, ...) fail to execute.
Attachments
Attachments
Issue Links
- links to