ravipesala commented on a change in pull request #3285: [CARBONDATA-3433]Fix MV issues related to duplicate columns, limit and constant columns
URL:
https://github.com/apache/carbondata/pull/3285#discussion_r293359912
##########
File path: datamap/mv/core/src/main/scala/org/apache/carbondata/mv/datamap/MVHelper.scala
##########
@@ -96,7 +104,8 @@ object MVHelper {
children = None,
rawSchema = rawSchema)
}
- }
+ }.distinct
Review comment:
Please recheck whether after applying distinct order of columns changing, we need to maintain the order of columns
----------------------------------------------------------------
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]
With regards,
Apache Git Services