Repository: kylin
Updated Branches:
  refs/heads/yang-m1 7fb768a64 -> 14ad27fb7


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/14ad27fb
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/14ad27fb
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/14ad27fb

Branch: refs/heads/yang-m1
Commit: 14ad27fb76b868584a9cc51a55369c9b5ec608d8
Parents: 7fb768a
Author: lidongsjtu <[email protected]>
Authored: Wed Apr 20 18:49:49 2016 +0800
Committer: lidongsjtu <[email protected]>
Committed: Wed Apr 20 18:50:14 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/14ad27fb/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

Reply via email to