kunal642 commented on a change in pull request #3419: [CARBONDATA-3555] Make
move filter related methods under DataMapFilter
URL: https://github.com/apache/carbondata/pull/3419#discussion_r346773796
##########
File path:
hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonTableInputFormat.java
##########
@@ -174,15 +174,18 @@
readCommittedScope);
// process and resolve the expression
- Expression filter = getFilterPredicates(job.getConfiguration());
+ DataMapFilter dataMapFilter = getFilterPredicates(job.getConfiguration());
// this will be null in case of corrupt schema file.
PartitionInfo partitionInfo =
carbonTable.getPartitionInfo(carbonTable.getTableName());
+ if (dataMapFilter != null) {
+ dataMapFilter.resolve(false);
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:
[email protected]
With regards,
Apache Git Services