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/12/20 11:27:56 UTC

[31/50] [abbrv] kylin git commit: fix sub_query/query02

fix sub_query/query02


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

Branch: refs/heads/master-cdh5.7
Commit: e14f4e1e837ecb02c4f49788567c0ed16d6347da
Parents: d79d937
Author: Yang Li <li...@apache.org>
Authored: Sun Dec 18 08:17:34 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sun Dec 18 08:17:34 2016 +0800

----------------------------------------------------------------------
 kylin-it/src/test/resources/query/sql_subquery/query02.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/e14f4e1e/kylin-it/src/test/resources/query/sql_subquery/query02.sql
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/resources/query/sql_subquery/query02.sql b/kylin-it/src/test/resources/query/sql_subquery/query02.sql
index b0dcf73..342aa32 100644
--- a/kylin-it/src/test/resources/query/sql_subquery/query02.sql
+++ b/kylin-it/src/test/resources/query/sql_subquery/query02.sql
@@ -30,6 +30,6 @@ FROM
     inner JOIN test_category_groupings
       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
     inner JOIN edw.test_sites as test_sites
-      ON test_kylin_fact.lstg_site_id = test_sites.site_id  inner join edw.test_cal_dt as test_cal_dt
+      ON test_kylin_fact.lstg_site_id = test_sites.site_id
 ) t
 group by week_beg_dt