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 2016/04/20 12:49:57 UTC

kylin git commit: KYLIN-1016 Fix failure testcase on II

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 <li...@apache.org>
Authored: Wed Apr 20 18:49:49 2016 +0800
Committer: lidongsjtu <li...@apache.org>
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