akashrn5 commented on a change in pull request #3690: [CARBONDATA-3762] Block
creating Materialized view's with duplicate column
URL: https://github.com/apache/carbondata/pull/3690#discussion_r403125908
##########
File path:
mv/core/src/test/scala/org/apache/carbondata/mv/rewrite/TestAllOperationsOnMV.scala
##########
@@ -626,6 +626,32 @@ class TestAllOperationsOnMV extends QueryTest with
BeforeAndAfterEach {
sql("drop table IF EXISTS maintable")
}
+ test("test duplicate column name in mv") {
Review comment:
please can you add a couple of test cases for
1. one column with alias , one direct column name
2. both column with alias
----------------------------------------------------------------
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