Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Impala 2.0
-
None
Description
An example is tpcds q44,
group by ss_item_sk -- having avg(ss_net_profit) > 0.9*(select avg(ss_net_profit) rank_col -- from store_sales -- where ss_store_sk = 4 -- group by ss_store_sk)
We should recognize that there is a single eq predicate and a single grouping column.
Attachments
Issue Links
- is related to
-
IMPALA-5100 add run time scalar subquery check
- Open
- relates to
-
IMPALA-9905 Allow runtime scalar subquery check when group by clause is present
- Resolved