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/11 09:51:31 UTC

[2/2] carbondata git commit: [CARBONDATA-936] Create table with partition and add test case (12-dev) This closes #896

[CARBONDATA-936] Create table with partition and add test case (12-dev)  This closes #896


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

Branch: refs/heads/12-dev
Commit: 18329275fc7710cc14c7d8f5cb01da92ff6acc81
Parents: a161db4 ad5c8a0
Author: jackylk <ja...@huawei.com>
Authored: Thu May 11 17:51:15 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Thu May 11 17:51:15 2017 +0800

----------------------------------------------------------------------
 .../ThriftWrapperSchemaConverterImpl.java       |  79 ++++++++++++
 .../core/metadata/schema/PartitionInfo.java     |   4 +
 .../core/metadata/schema/table/CarbonTable.java |   3 +
 .../core/metadata/schema/table/TableSchema.java |   2 +-
 .../partition/TestDDLForPartitionTable.scala    | 127 +++++++++++++++++++
 .../execution/command/carbonTableSchema.scala   |   9 ++
 .../org/apache/spark/sql/CarbonSqlParser.scala  |  38 +++++-
 .../spark/sql/parser/CarbonSparkSqlParser.scala |  17 +--
 8 files changed, 269 insertions(+), 10 deletions(-)
----------------------------------------------------------------------