You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2016/08/03 02:33:09 UTC

kylin git commit: minor, keep column order when parsing JSON streaming table

Repository: kylin
Updated Branches:
  refs/heads/master 4fd7eb97a -> 8eb4a845e


minor, keep column order when parsing JSON streaming table

Signed-off-by: Jason <ji...@163.com>


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

Branch: refs/heads/master
Commit: 8eb4a845e86863988eafc4446262ac179db55104
Parents: 4fd7eb9
Author: Yiming Liu <li...@gmail.com>
Authored: Thu Jul 21 10:52:34 2016 +0800
Committer: Jason <ji...@163.com>
Committed: Wed Aug 3 10:32:28 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/sourceMeta.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8eb4a845/webapp/app/js/controllers/sourceMeta.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/sourceMeta.js b/webapp/app/js/controllers/sourceMeta.js
index 9de52f4..e3ab0ac 100755
--- a/webapp/app/js/controllers/sourceMeta.js
+++ b/webapp/app/js/controllers/sourceMeta.js
@@ -586,8 +586,6 @@ KylinApp
             'fromSource':'Y'
           });
 
-          //var
-          columnList = _.sortBy(columnList, function (i) { return i.type; });
         }
 
           var timeMeasure = $scope.cubeConfig.streamingAutoGenerateMeasure;