You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/15 07:22:48 UTC

[4/5] incubator-kylin git commit: KYLIN-739, fix test case

KYLIN-739, fix test case


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

Branch: refs/heads/0.6
Commit: bbdadcb72bd9d16b9c420b128451d1a71300542f
Parents: d4e9b43
Author: Li, Yang <ya...@ebay.com>
Authored: Wed Apr 29 11:18:07 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Wed Apr 29 11:18:07 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bbdadcb7/query/src/test/resources/query/sql/query78.sql
----------------------------------------------------------------------
diff --git a/query/src/test/resources/query/sql/query78.sql b/query/src/test/resources/query/sql/query78.sql
index 3764593..d7b7506 100644
--- a/query/src/test/resources/query/sql/query78.sql
+++ b/query/src/test/resources/query/sql/query78.sql
@@ -1 +1 @@
-select max(cal_dt) from test_kylin_fact
+select max(cal_dt) as cnt from test_kylin_fact