You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by manishgupta88 <gi...@git.apache.org> on 2018/03/26 06:50:53 UTC

[GitHub] carbondata pull request #2083: [CARBONDATA-2269]Support Query On PreAggregat...

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


---