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 2015/10/12 10:34:33 UTC

incubator-kylin git commit: KYLIN-1069, update tip for 'Partition Column' on UI

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging 39df00467 -> 573e4ad85


KYLIN-1069, update tip for 'Partition Column' on UI


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

Branch: refs/heads/1.x-staging
Commit: 573e4ad850531188e40fb09df1c65bca6f153b9a
Parents: 39df004
Author: jiazhong <ji...@ebay.com>
Authored: Mon Oct 12 16:34:21 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Mon Oct 12 16:34:21 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubeDesigner/incremental.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/573e4ad8/webapp/app/partials/cubeDesigner/incremental.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/incremental.html b/webapp/app/partials/cubeDesigner/incremental.html
index 2d48ee5..86924cc 100755
--- a/webapp/app/partials/cubeDesigner/incremental.html
+++ b/webapp/app/partials/cubeDesigner/incremental.html
@@ -83,7 +83,7 @@
                     <div class="col-xs-12">
                         <ol class="text-info">
                             <li>Not required,leave as default if this cube always need full build</li>
-                            <li>Partition column will select 'date' or 'string' type column from fact table</li>
+                            <li>Partition column will select 'date' type column from fact table</li>
                             <li>If column selected,please indicate start date to just pull certain data from source</li>
                         </ol>
                     </div>