Login  Register

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4063: [CARBONDATA-4095] Fix Select Query with SI filter fails, when columnDrift is Set

Posted by GitBox on Dec 23, 2020; 6:32am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-Indhumathi27-opened-a-new-pull-request-4063-CARBONDATA-4095-Fix-Select-Query-with-d-tp105037p105077.html


Indhumathi27 commented on a change in pull request #4063:
URL: https://github.com/apache/carbondata/pull/4063#discussion_r547708086



##########
File path: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java
##########
@@ -683,6 +683,8 @@ public QueryModel createQueryModel(InputSplit inputSplit, TaskAttemptContext tas
     }
     if (indexFilter != null) {
       checkAndAddImplicitExpression(indexFilter.getExpression(), inputSplit);
+      // process filter expression after adding implicit expression
+      indexFilter.processFilterExpression();

Review comment:
       done




----------------------------------------------------------------
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]