[
https://issues.apache.org/jira/browse/KYLIN-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nichunen closed KYLIN-1988.
---------------------------
Resolution: Workaround
> kylin not support aggregation of metric columns arithmetics , especially like
> price*count
> -----------------------------------------------------------------------------------------
>
> Key: KYLIN-1988
> URL: https://issues.apache.org/jira/browse/KYLIN-1988
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v1.5.2
> Reporter: Le Van Ha
> Assignee: Hongbin Ma
> Priority: Major
>
> Hi all,
> When I run query:
> SELECT product_id, sum(quantity * price)
> FROM fact_product_sales
> group by product_id
> Error while executing SQL "SELECT product_id, sum(quantity * price) FROM
> fact_product_sales group by product_id LIMIT 50000": null
--
This message was sent by Atlassian Jira
(v8.3.4#803005)