You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/04/06 05:24:31 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-863] Support creation and deletion of dictionary files through RDD during alter add and drop This closes #733

[CARBONDATA-863] Support creation and deletion of dictionary files through RDD during alter add and drop This closes #733


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

Branch: refs/heads/master
Commit: 65e6791873c019370eed54d164b69db6941e034d
Parents: 4a7adfa b5ba4c6
Author: ravipesala <ra...@gmail.com>
Authored: Thu Apr 6 10:54:16 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Thu Apr 6 10:54:16 2017 +0530

----------------------------------------------------------------------
 .../core/cache/dictionary/ManageDictionary.java |  85 +++++++-------
 .../spark/rdd/AlterTableAddColumnRDD.scala      | 110 +++++++++++++++++++
 .../spark/rdd/AlterTableDropColumnRDD.scala     |  96 ++++++++++++++++
 .../execution/command/carbonTableSchema.scala   |  21 ++--
 .../execution/command/AlterTableCommands.scala  |  48 +++++---
 5 files changed, 286 insertions(+), 74 deletions(-)
----------------------------------------------------------------------