You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2019/03/01 14:37:00 UTC

[jira] [Assigned] (KYLIN-3829) Chinese document on the kylin official site about sample cube got the sql wrong

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

Shaofeng SHI reassigned KYLIN-3829:
-----------------------------------

    Assignee: Na Zhai

Na has fixed this. Thanks for the reporting.

> 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: 王汝鹏
>            Assignee: Na Zhai
>            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)