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

    https://github.com/apache/carbondata/pull/2083#discussion_r176990583
  
    --- Diff: 
hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonTableInputFormat.java
 ---
    @@ -143,11 +143,15 @@ protected CarbonTable 
getOrCreateCarbonTable(Configuration configuration) throws
         SegmentStatusManager segmentStatusManager = new 
SegmentStatusManager(identifier);
         SegmentStatusManager.ValidAndInvalidSegmentsInfo segments =
             
segmentStatusManager.getValidAndInvalidSegments(loadMetadataDetails);
    -
    -    if (getValidateSegmentsToAccess(job.getConfiguration())) {
    +    // if for streaming table only access is streaming table is enabled 
access then access
    +    // only streaming segments this will be
    --- End diff --
    
    This comment is not clear. Kindly re write it for better understanding


---

Reply via email to