Indhumathi27 commented on a change in pull request #3517: [CARBONDATA-3624]
Support creating MV datamap without giving filter columns in projection and bug
fixes
URL: https://github.com/apache/carbondata/pull/3517#discussion_r360630552
##########
File path:
datamap/mv/core/src/main/scala/org/apache/carbondata/mv/rewrite/Utils.scala
##########
@@ -274,7 +274,44 @@ object Utils extends PredicateHelper {
None
}
- derivative.getOrElse { matchable = false; avg_q }
+ if (derivative.isEmpty) {
Review comment:
added
----------------------------------------------------------------
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