You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ravipesala <gi...@git.apache.org> on 2017/12/15 09:22:47 UTC

[GitHub] carbondata pull request #1546: [CARBONDATA-1736][Pre-Aggregate] Query from s...

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


---