QingLi created KYLIN-3389:
-----------------------------
Summary: intersect_count使用问题
Key: KYLIN-3389
URL: https://issues.apache.org/jira/browse/KYLIN-3389
Project: Kylin
Issue Type: Bug
Components: Measure - Count Distinct
Affects Versions: v2.2.0
Environment: hive+kylin+hbase
Reporter: QingLi
Fix For: Future
select
city_name,
intersect_count(server_user, dt,array['2018-05-10'] ) aaa
from
table
where dt>='2018-05-10'
group by city_name
提示 Error while compiling statement: FAILED: SemanticException [Error 10025]:
Line 3:0 Expression not in GROUP BY key ''2018-05-10''
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)