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/05/12 03:59:41 UTC

[10/14] 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/7166c0aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/7166c0aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/7166c0aa

Branch: refs/heads/master
Commit: 7166c0aa8ac9efb041abd4407565acaa8775ba76
Parents: 9c25a3d
Author: Li, Yang <ya...@ebay.com>
Authored: Wed Apr 29 11:19:15 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Wed Apr 29 11:19:15 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/7166c0aa/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