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

    https://github.com/apache/carbondata/pull/1984#discussion_r169522942
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/indexstore/TableBlockIndexUniqueIdentifier.java
 ---
    @@ -17,91 +17,59 @@
     
     package org.apache.carbondata.core.indexstore;
     
    +import java.util.Objects;
    +
     import org.apache.carbondata.core.constants.CarbonCommonConstants;
    -import org.apache.carbondata.core.metadata.AbsoluteTableIdentifier;
    -import org.apache.carbondata.core.metadata.CarbonTableIdentifier;
     
     /**
    - * Class holds the absoluteTableIdentifier and segmentId to uniquely 
identify a segment
    + * Class holds the absoluteTableIdentifier and segment to uniquely 
identify a segment
    --- End diff --
    
    Modify the comment to remove absoluteTableIdentifier 


---

Reply via email to