You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2017/05/08 09:48:26 UTC

[14/14] incubator-carbondata git commit: [CARBONDATA-936] Parse partition table ddl This closes #882

[CARBONDATA-936] Parse partition table ddl  This closes #882


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

Branch: refs/heads/12-dev
Commit: b72a90e06a30404c041d0b9bb06331e32b09a51b
Parents: 558366a 6871d7f
Author: jackylk <ja...@huawei.com>
Authored: Mon May 8 17:48:00 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Mon May 8 17:48:00 2017 +0800

----------------------------------------------------------------------
 .../core/constants/CarbonCommonConstants.java   |   6 +-
 .../core/metadata/schema/PartitionInfo.java     |  29 ++--
 .../src/main/resources/partition_data.csv       |  25 ++++
 .../examples/CarbonPartitionExample.scala       | 131 +++++++++++++++++++
 format/src/main/thrift/schema.thrift            |   2 +-
 .../carbondata/spark/util/CommonUtil.scala      |  37 +++++-
 .../spark/sql/catalyst/CarbonDDLSqlParser.scala | 100 +++++++++-----
 .../execution/command/carbonTableSchema.scala   |   5 +-
 .../org/apache/spark/sql/TableCreator.scala     |   5 +-
 .../spark/sql/parser/CarbonSparkSqlParser.scala |  36 ++---
 10 files changed, 300 insertions(+), 76 deletions(-)
----------------------------------------------------------------------