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

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

     [ https://issues.apache.org/jira/browse/KYLIN-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Le Van Ha updated KYLIN-1988:
-----------------------------
    Description: 
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 

  was:
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 


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