Return-Path: X-Original-To: apmail-kylin-commits-archive@minotaur.apache.org Delivered-To: apmail-kylin-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67F4D1815E for ; Sun, 21 Feb 2016 11:51:57 +0000 (UTC) Received: (qmail 3586 invoked by uid 500); 21 Feb 2016 11:51:57 -0000 Delivered-To: apmail-kylin-commits-archive@kylin.apache.org Received: (qmail 3413 invoked by uid 500); 21 Feb 2016 11:51:57 -0000 Mailing-List: contact commits-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 commits@kylin.apache.org Received: (qmail 2913 invoked by uid 99); 21 Feb 2016 11:51:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Feb 2016 11:51:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 951F2E2EFB; Sun, 21 Feb 2016 11:51:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liyang@apache.org To: commits@kylin.apache.org Date: Sun, 21 Feb 2016 11:52:11 -0000 Message-Id: <4862a8cac2064ce59a3afe984a0719dd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [16/52] [abbrv] kylin git commit: KYLIN-1372 fix CI KYLIN-1372 fix CI Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/555a2e56 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/555a2e56 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/555a2e56 Branch: refs/heads/1.x-HBase1.1.3 Commit: 555a2e5667837d6bdf16460a34c88f3f5130bf31 Parents: 75970c3 Author: honma Authored: Mon Feb 1 13:48:06 2016 +0800 Committer: honma Committed: Mon Feb 1 13:48:06 2016 +0800 ---------------------------------------------------------------------- query/src/test/resources/query/sql_dynamic/query03.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/555a2e56/query/src/test/resources/query/sql_dynamic/query03.sql ---------------------------------------------------------------------- diff --git a/query/src/test/resources/query/sql_dynamic/query03.sql b/query/src/test/resources/query/sql_dynamic/query03.sql index 31d5d0b..3187c33 100644 --- a/query/src/test/resources/query/sql_dynamic/query03.sql +++ b/query/src/test/resources/query/sql_dynamic/query03.sql @@ -17,7 +17,7 @@ -- select test_cal_dt.week_beg_dt,sum(test_kylin_fact.price) as GMV - , count(1) as TRANS_CNT, count(distinct leaf_categ_id) as LEAF_CATEG_CNT + , count(1) as TRANS_CNT from test_kylin_fact inner JOIN edw.test_cal_dt as test_cal_dt ON test_kylin_fact.cal_dt = test_cal_dt.cal_dt