You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Le Van Ha (JIRA)" <ji...@apache.org> on 2016/08/31 08:07:20 UTC

[jira] [Created] (KYLIN-1988) aggregator expression return null

Le Van Ha created KYLIN-1988:
--------------------------------

             Summary: aggregator expression return null
                 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


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
(v6.3.4#6332)