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 83C91200D53 for ; Tue, 5 Dec 2017 20:26:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 826BE160C1B; Tue, 5 Dec 2017 19:26:40 +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 C04D8160BF1 for ; Tue, 5 Dec 2017 20:26:39 +0100 (CET) Received: (qmail 42400 invoked by uid 500); 5 Dec 2017 19:26:39 -0000 Mailing-List: contact issues-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 issues@carbondata.apache.org Received: (qmail 42387 invoked by uid 99); 5 Dec 2017 19:26:39 -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; Tue, 05 Dec 2017 19:26:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD921E00BD; Tue, 5 Dec 2017 19:26:38 +0000 (UTC) From: mohammadshahidkhan To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1583: [CARBONDATA-1822][Spark-Integration] Support ... Content-Type: text/plain Message-Id: <20171205192638.DD921E00BD@git1-us-west.apache.org> Date: Tue, 5 Dec 2017 19:26:38 +0000 (UTC) archived-at: Tue, 05 Dec 2017 19:26:40 -0000 Github user mohammadshahidkhan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1583#discussion_r155051361 --- Diff: integration/spark-common/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchemaCommon.scala --- @@ -47,6 +47,7 @@ import org.apache.carbondata.spark.util.DataTypeConverterUtil case class TableModel( ifNotExistsSet: Boolean, + var databaseName: String, --- End diff -- fixed ---