王汝鹏 created KYLIN-3829:
--------------------------
Summary: Chinese document on the kylin official site about sample
cube got the sql wrong
Key: KYLIN-3829
URL: https://issues.apache.org/jira/browse/KYLIN-3829
Project: Kylin
Issue Type: Improvement
Components: Documentation, Website
Affects Versions: v2.6.0
Reporter: 王汝鹏
As we can see, the sql in the [Chinese document about the quick start with
sample
cube|[http://kylin.apache.org/cn/docs/tutorial/kylin_sample.html]|http://kylin.apache.org/cn/docs/tutorial/kylin_sample.html],]
misses a piece which should be "select part_dt, sum(price) as total_selled,
count(distinct seller_id) as sellers from kylin_sales group by part_dt order by
part_dt". But the English version is correct. With the helping of the front
end code checking tool, you can see the right sql, so it's just a front end
display issue and I think it's easy to fix. :)
I've tested by chrome, firefox and edge and got the same problem, so it's not
the problem of brower .
It could be confusing for the beginner though it's easy to resolve.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)