Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60D6D200C63 for ; Thu, 11 May 2017 11:51:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5DD20160BCA; Thu, 11 May 2017 09:51:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CAFDF160BB2 for ; Thu, 11 May 2017 11:51:31 +0200 (CEST) Received: (qmail 20461 invoked by uid 500); 11 May 2017 09:51:31 -0000 Mailing-List: contact commits-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list commits@carbondata.apache.org Received: (qmail 20443 invoked by uid 99); 11 May 2017 09:51:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2017 09:51:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D18CADFFB4; Thu, 11 May 2017 09:51:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jackylk@apache.org To: commits@carbondata.apache.org Date: Thu, 11 May 2017 09:51:31 -0000 Message-Id: <0efbcbee027d4cfca4afab09f9310bfd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] carbondata git commit: [CARBONDATA-936] Create table with partition and add test case (12-dev) This closes #896 archived-at: Thu, 11 May 2017 09:51:32 -0000 [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 Authored: Thu May 11 17:51:15 2017 +0800 Committer: jackylk 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(-) ----------------------------------------------------------------------