You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/04/22 09:02:29 UTC

[GitHub] carbondata pull request #2204: [CARBONDATA-2375] Added CG prune before FG pr...

Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2204#discussion_r183230061
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/DataMapChooser.java ---
    @@ -93,6 +93,48 @@ public DataMapExprWrapper choose(CarbonTable carbonTable, FilterResolverIntf res
             resolverIntf);
       }
     
    +  /**
    +   * Return a chosen datamap based on input filter. See {@link DataMapChooser}
    +   */
    +  public DataMapExprWrapper chooseFG(CarbonTable carbonTable, FilterResolverIntf resolverIntf)
    --- End diff --
    
    I think better to rename to `chooseFGDataMap`


---