hongbin ma created KYLIN-1595:
---------------------------------

             Summary: columns in metric could also be in filter/groupby
                 Key: KYLIN-1595
                 URL: https://issues.apache.org/jira/browse/KYLIN-1595
             Project: Kylin
          Issue Type: Bug
            Reporter: hongbin ma
            Assignee: hongbin ma


select sum(a.price) as x, count(distinct a.sellerid) as y from fact a where 
a.sellerid in (1,2,3) group by a.date LIMIT 50000

the above query might fail because currently in 
CubeStorageQuery.buildDimensionsAndMetrics, we exclude all measure columns from 
dimensions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to