Indhumathi27 commented on a change in pull request #4115:
URL: https://github.com/apache/carbondata/pull/4115#discussion_r613747475
##########
File path:
integration/spark/src/test/scala/org/apache/carbondata/view/rewrite/TestAllOperationsOnMV.scala
##########
@@ -79,6 +90,12 @@ class TestAllOperationsOnMV extends QueryTest with
BeforeAndAfterEach {
}.getMessage.contains("Cannot add columns in a materialized view table
default.dm1")
}
+ test("test alter add complex column on MV table") {
+ intercept[ProcessMetaDataException] {
Review comment:
This test case already exists. Not required to check for complex type.
Please remove duplicate test cases
--
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]