You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by sounakr <gi...@git.apache.org> on 2018/04/20 14:32:34 UTC

[GitHub] carbondata pull request #2179: [CARBONDATA-2361] Refactoring ReadCommittedSt...

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

    https://github.com/apache/carbondata/pull/2179#discussion_r183069718
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/Segment.java ---
    @@ -36,9 +39,23 @@
     
       private String segmentFileName;
     
    +  private ReadCommittedScope readCommittedScope;
    --- End diff --
    
    Done


---