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 5AA9C200D5C for ; Fri, 15 Dec 2017 10:22:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 592ED160C14; Fri, 15 Dec 2017 09:22:49 +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 947F0160C06 for ; Fri, 15 Dec 2017 10:22:48 +0100 (CET) Received: (qmail 81394 invoked by uid 500); 15 Dec 2017 09:22:47 -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 81384 invoked by uid 99); 15 Dec 2017 09:22:47 -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, 15 Dec 2017 09:22:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B040DDFD7B; Fri, 15 Dec 2017 09:22:47 +0000 (UTC) From: ravipesala To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1546: [CARBONDATA-1736][Pre-Aggregate] Query from s... Content-Type: text/plain Message-Id: <20171215092247.B040DDFD7B@git1-us-west.apache.org> Date: Fri, 15 Dec 2017 09:22:47 +0000 (UTC) archived-at: Fri, 15 Dec 2017 09:22:49 -0000 Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1546#discussion_r157154145 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonPreAggregateRules.scala --- @@ -311,6 +314,27 @@ case class CarbonPreAggregateQueryRules(sparkSession: SparkSession) extends Rule } } + /** + * Below method will be used to check whether specific segment is set for maintable + * if it is present then not no need to transform the plan. Query will be executed on --- End diff -- typo mistake in sentence ---