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/11/05 02:54:32 UTC

[18/31] incubator-kylin git commit: KYLIN-1058 Remove right join during model creation

KYLIN-1058 Remove right join during model creation


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

Branch: refs/heads/KYLIN-1112
Commit: b4c53ad0936be3470f35273562c2035fb1802b6c
Parents: 107d339
Author: jiazhong <ji...@ebay.com>
Authored: Fri Oct 30 14:43:36 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 5 09:53:16 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/model/cubeConfig.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/b4c53ad0/webapp/app/js/model/cubeConfig.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/model/cubeConfig.js b/webapp/app/js/model/cubeConfig.js
index c7e1b44..a647b53 100644
--- a/webapp/app/js/model/cubeConfig.js
+++ b/webapp/app/js/model/cubeConfig.js
@@ -27,8 +27,7 @@ KylinApp.constant('cubeConfig', {
   cubePartitionTypes: ['APPEND'],
   joinTypes: [
     {name: 'Left', value: 'left'},
-    {name: 'Inner', value: 'inner'},
-    {name: 'Right', value: 'right'}
+    {name: 'Inner', value: 'inner'}
   ],
   queryPriorities: [
     {name: 'NORMAL', value: 50},