niuge01 commented on a change in pull request #3661: [WIP] Support materialized
view
URL: https://github.com/apache/carbondata/pull/3661#discussion_r395968302
##########
File path:
mv/core/src/main/scala/org/apache/carbondata/mv/extension/MVHelper.scala
##########
@@ -631,7 +630,7 @@ object MVHelper {
val newLongStringColumn =
longStringColumn.get.split(",").map(_.trim).map { colName =>
val newColName = parentTable.getTableName.toLowerCase() + "_" + colName
if (!fieldNames.contains(newColName)) {
- throw new MalformedDataMapCommandException(
+ throw new MalformedIndexCommandException(
Review comment:
OK
----------------------------------------------------------------
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