You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/05/27 06:34:49 UTC

[24/50] [abbrv] 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/141614db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/141614db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/141614db

Branch: refs/heads/0.8.0
Commit: 141614dbc1fb8bc142dfa67f8a1d64d155edc954
Parents: adfb163
Author: Li, Yang <ya...@ebay.com>
Authored: Wed Apr 29 11:19:15 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed May 27 12:24:08 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/141614db/query/src/test/resources/query/sql/query79.sql
----------------------------------------------------------------------
diff --git a/query/src/test/resources/query/sql/query79.sql b/query/src/test/resources/query/sql/query79.sql
index d89b14f..76b7928 100644
--- a/query/src/test/resources/query/sql/query79.sql
+++ b/query/src/test/resources/query/sql/query79.sql
@@ -16,4 +16,4 @@
 -- limitations under the License.
 --
 
-select max(cal_dt) from test_kylin_fact
+select max(cal_dt) as cnt from test_kylin_fact