[
https://issues.apache.org/jira/browse/KYLIN-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777986#comment-16777986
]
ASF subversion and git services commented on KYLIN-3829:
--------------------------------------------------------
Commit e6b4f8430edff235f5d8d7954fbd3097c0541fa7 in kylin's branch
refs/heads/document from GinaZhai
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=e6b4f84 ]
KYLIN-3829 Chinese document on the kylin official site about sample cube got
the sql wrong
> 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: 王汝鹏
> Priority: Trivial
> Labels: beginner, easyfix
> Attachments: kylin.jpg
>
>
> 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]]
> 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)