ShreelekhyaG commented on a change in pull request #4080: URL: https://github.com/apache/carbondata/pull/4080#discussion_r567812890
########## File path: core/src/main/java/org/apache/carbondata/core/index/IndexInputFormat.java ########## @@ -159,6 +162,19 @@ public void initialize(InputSplit inputSplit, TaskAttemptContext taskAttemptCont if (filterResolverIntf != null) { filter.setExpression(filterResolverIntf.getFilterExpression()); } + for (Segment segment : segmentsToLoad) { Review comment: Done. Added check to skip for external segments. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org