Indhumathi27 commented on a change in pull request #3692:
URL:
https://github.com/apache/carbondata/pull/3692#discussion_r412691464##########
File path: integration/spark/src/test/scala/org/apache/carbondata/view/rewrite/MVCreateTestCase.scala
##########
@@ -1273,7 +1272,6 @@ class MVCreateTestCase extends QueryTest with BeforeAndAfterAll {
var df1 = sql("select cast(m_month + 1000 AS INT) as a, c_code as abc from maintable")
assert(TestUtil.verifyMVHit(df1.queryExecution.optimizedPlan, "da_cast"))
df1 = sql("select cast(m_month + 1000 AS INT), c_code from maintable")
- assert(TestUtil.verifyMVHit(df1.queryExecution.optimizedPlan, "da_cast"))
Review comment:
revert 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]