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

    https://github.com/apache/carbondata/pull/2591#discussion_r206780680
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/scan/model/QueryModel.java ---
    @@ -390,4 +393,12 @@ public String toString() {
             projection.getDimensions().size() + 
projection.getMeasures().size(),
             filterExpressionResolverTree.getFilterExpression().toString());
       }
    +
    +  public boolean isFreeUnsafeMemory() {
    --- End diff --
    
    change the method name


---

Reply via email to