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

Yang Hao updated KYLIN-2974:
----------------------------
    Description: 
When query a sql, it turns to find all possible aggregation group. But it may 
cause error when the joint group is empty. Relevant code is

{code:java}
cuboidID = cuboidID | Collections.min(agg.getJoints(), cuboidSelectComparator);
{code}


  was:When query a sql, it turns to find all possible aggregation group. But it 
may cause error when the joint group is empty


> joint group is Null lead to query error
> ---------------------------------------
>
>                 Key: KYLIN-2974
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2974
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v2.1.0
>            Reporter: Yang Hao
>            Assignee: Yang Hao
>
> When query a sql, it turns to find all possible aggregation group. But it may 
> cause error when the joint group is empty. Relevant code is
> {code:java}
> cuboidID = cuboidID | Collections.min(agg.getJoints(), 
> cuboidSelectComparator);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to