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

    https://github.com/apache/carbondata/pull/2206#discussion_r183233543
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datamap/Segment.java ---
    @@ -39,6 +41,11 @@
     
       private String segmentFileName;
     
    +  /**
    +   * List of tasks which are already got filtered through CG index 
operation.
    +   */
    +  private Set<String> filteredTaskNames = new HashSet<>();
    --- End diff --
    
    ok


---

Reply via email to