From dev-return-15257-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Tue Feb 26 01:44:16 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 12013180626 for ; Tue, 26 Feb 2019 02:44:15 +0100 (CET) Received: (qmail 24409 invoked by uid 500); 26 Feb 2019 01:44:10 -0000 Mailing-List: contact dev-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list dev@kylin.apache.org Received: (qmail 24398 invoked by uid 99); 26 Feb 2019 01:44:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2019 01:44:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 893F7C1615 for ; Tue, 26 Feb 2019 01:44:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id bc2QR78LkFHj for ; Tue, 26 Feb 2019 01:44:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3E7665F57A for ; Tue, 26 Feb 2019 01:35:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 82A07E1BBB for ; Tue, 26 Feb 2019 01:35:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 40F1E2455C for ; Tue, 26 Feb 2019 01:35:00 +0000 (UTC) Date: Tue, 26 Feb 2019 01:35:00 +0000 (UTC) From: =?utf-8?Q?=E7=8E=8B=E6=B1=9D=E9=B9=8F_=28JIRA=29?= To: dev@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KYLIN-3829) Chinese document on the kylin official site about sample cube got the sql wrong MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 =E7=8E=8B=E6=B1=9D=E9=B9=8F created KYLIN-3829: -------------------------- Summary: Chinese document on the kylin official site about sam= ple 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: =E7=8E=8B=E6=B1=9D=E9=B9=8F 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]|ht= tp://kylin.apache.org/cn/docs/tutorial/kylin_sample.html],]=C2=A0misses a p= iece which should be "select part_dt, sum(price) as total_selled, count(dis= tinct seller_id) as sellers from kylin_sales group by part_dt order by part= _dt". But the English version is correct.=C2=A0 With the helping of the fro= nt 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.=C2=A0:) I've tested by chrome, firefox and edge and got the same problem, so it's n= ot 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)