niuge01 commented on a change in pull request #3661: [WIP] Support materialized
view
URL: https://github.com/apache/carbondata/pull/3661#discussion_r396975897
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/parser/CarbonSpark2SqlParser.scala
##########
@@ -101,6 +100,12 @@ class CarbonSpark2SqlParser extends CarbonDDLSqlParser {
loadDataNew | explainPlan | alterTableColumnRenameAndModifyDataType |
alterTableAddColumns
+ protected lazy val materializedViewCommands: Parser[LogicalPlan] =
Review comment:
MVParser never used now, MVParser will be delete when clean the old mv
implementation
----------------------------------------------------------------
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