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/09/29 03:04:16 UTC

[25/27] incubator-kylin git commit: KYLIN-943 update test sql to top 20 (consistent with measure definition)

KYLIN-943 update test sql to top 20 (consistent with measure definition)


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/eb835cbd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/eb835cbd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/eb835cbd

Branch: refs/heads/2.x-staging
Commit: eb835cbd13115b033906c6b90e286f7623a3913d
Parents: 132747d
Author: shaofengshi <sh...@apache.org>
Authored: Wed Sep 23 14:58:37 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Sep 29 09:02:48 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/eb835cbd/query/src/test/resources/query/sql/query82.sql
----------------------------------------------------------------------
diff --git a/query/src/test/resources/query/sql/query82.sql b/query/src/test/resources/query/sql/query82.sql
index 0e542bc..57e9de0 100644
--- a/query/src/test/resources/query/sql/query82.sql
+++ b/query/src/test/resources/query/sql/query82.sql
@@ -24,4 +24,4 @@ select  test_kylin_fact.cal_dt, seller_id
  ON test_kylin_fact.leaf_categ_id = test_category_groupings.leaf_categ_id
  AND test_kylin_fact.lstg_site_id = test_category_groupings.site_id 
  group by 
- test_kylin_fact.cal_dt, test_kylin_fact.seller_id order by sum(test_kylin_fact.price) desc limit 100
+ test_kylin_fact.cal_dt, test_kylin_fact.seller_id order by sum(test_kylin_fact.price) desc limit 20