Repository: kylin Updated Branches: refs/heads/master 19e9582fd -> e04d27a38
KYLIN-1016 Fix failure testcase on II Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e04d27a3 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e04d27a3 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e04d27a3 Branch: refs/heads/master Commit: e04d27a38fc07ffc817b5463834ebb8471e70d42 Parents: 19e9582 Author: lidongsjtu <[email protected]> Authored: Wed Apr 20 18:49:49 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Wed Apr 20 18:49:49 2016 +0800 ---------------------------------------------------------------------- kylin-it/src/test/resources/query/sql/query100.sql | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e04d27a3/kylin-it/src/test/resources/query/sql/query100.sql ---------------------------------------------------------------------- diff --git a/kylin-it/src/test/resources/query/sql/query100.sql b/kylin-it/src/test/resources/query/sql/query100.sql index ca7367d..acad43c 100644 --- a/kylin-it/src/test/resources/query/sql/query100.sql +++ b/kylin-it/src/test/resources/query/sql/query100.sql @@ -20,7 +20,6 @@ SELECT test_kylin_fact.seller_id ,count(DISTINCT test_cal_dt.cal_dt) as CNT_DT ,count(DISTINCT test_kylin_fact.leaf_categ_id) as CNT_CATE_LEAF - ,count(DISTINCT test_category_groupings.meta_categ_name) as CNT_CATE ,count(DISTINCT test_kylin_fact.lstg_format_name) as CNT_LSTG ,count(test_cal_dt.cal_dt) as TRANS_CNT FROM test_kylin_fact
