You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/28 01:04:09 UTC

incubator-kylin git commit: KYLIN-648, refine test sql

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.6 ba90f9e37 -> d5bb214de


KYLIN-648, refine test sql

Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/d5bb214d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/d5bb214d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/d5bb214d

Branch: refs/heads/0.6
Commit: d5bb214de845f59f3ba8df833835413266dd478d
Parents: ba90f9e
Author: Shao Feng, Shi <sh...@ebay.com>
Authored: Mon Mar 23 13:30:50 2015 +0800
Committer: Shao Feng, Shi <sh...@ebay.com>
Committed: Mon Mar 23 13:30:50 2015 +0800

----------------------------------------------------------------------
 query/src/test/resources/query/sql/query77.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d5bb214d/query/src/test/resources/query/sql/query77.sql
----------------------------------------------------------------------
diff --git a/query/src/test/resources/query/sql/query77.sql b/query/src/test/resources/query/sql/query77.sql
index f1d8fb2..d055b8e 100644
--- a/query/src/test/resources/query/sql/query77.sql
+++ b/query/src/test/resources/query/sql/query77.sql
@@ -1,4 +1,4 @@
-select sum(PRICE), LSTG_FORMAT_NAME
+select sum(PRICE) as GMV, LSTG_FORMAT_NAME as FORMAT_NAME
 from test_kylin_fact
 where (LSTG_FORMAT_NAME in ('ABIN')) or  (LSTG_FORMAT_NAME>='FP-GTC' and LSTG_FORMAT_NAME<='Others')
 group by LSTG_FORMAT_NAME