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 AB526200C89 for ; Fri, 19 May 2017 16:49:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9D5B160BBE; Fri, 19 May 2017 14:49:33 +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 E88AF160BD1 for ; Fri, 19 May 2017 16:49:32 +0200 (CEST) Received: (qmail 13159 invoked by uid 500); 19 May 2017 14:49:32 -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 13130 invoked by uid 99); 19 May 2017 14:49:32 -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; Fri, 19 May 2017 14:49:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EE68CDFE61; Fri, 19 May 2017 14:49:31 +0000 (UTC) From: gvramana To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #927: [CARBONDATA-1066] Fixed NO_INVERTED_INDEX for ... Content-Type: text/plain Message-Id: <20170519144931.EE68CDFE61@git1-us-west.apache.org> Date: Fri, 19 May 2017 14:49:31 +0000 (UTC) archived-at: Fri, 19 May 2017 14:49:33 -0000 Github user gvramana commented on a diff in the pull request: https://github.com/apache/carbondata/pull/927#discussion_r117498967 --- Diff: integration/spark-common/src/main/scala/org/apache/spark/sql/catalyst/CarbonDDLSqlParser.scala --- @@ -495,15 +495,36 @@ abstract class CarbonDDLSqlParser extends AbstractCarbonSparkSQLParser { // check duplicate columns and only 1 col left val distinctCols = noInvertedIdxColsProps.toSet // extract the no inverted index columns + val dictionaryInclude = tableProperties.getOrElse(CarbonCommonConstants.DICTIONARY_INCLUDE, "") --- End diff -- remove this validation --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---