akashrn5 commented on a change in pull request #4038:
URL: https://github.com/apache/carbondata/pull/4038#discussion_r545654383
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/optimizer/MVRewriteRule.scala
##########
@@ -51,7 +53,11 @@ class MVRewriteRule(session: SparkSession) extends
Rule[LogicalPlan] {
} catch {
case e =>
// if exception is thrown while rewriting the query, will fallback to
original query plan.
- MVRewriteRule.LOGGER.warn("Failed to rewrite plan with mv: " +
e.getMessage)
+ MVRewriteRule.LOGGER
Review comment:
i think this change not required as we are just adding the message here,
no need to again enable debug. please revert this change
----------------------------------------------------------------
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]