Posted by
GitBox on
Feb 01, 2021; 6:46am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-ShreelekhyaG-opened-a-new-pull-request-4080-WIP-Filter-query-having-invalid-resultr-tp105647p105834.html
Indhumathi27 commented on a change in pull request #4080:
URL:
https://github.com/apache/carbondata/pull/4080#discussion_r567594628##########
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:
I think, after [PR-3656](
https://github.com/apache/carbondata/pull/3656), we are not loading external segment to SI. External segment will be queried from main table only. But currently, i think SILoadEventListenerForFailedSegments listener is loading external segment while, si repair is enabled. Please check and handle it
----------------------------------------------------------------
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:
[hidden email]