starocean999 commented on code in PR #55273:
URL: https://github.com/apache/doris/pull/55273#discussion_r2302641018


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateMaterializedViewCommand.java:
##########
@@ -103,6 +103,7 @@
  * create synchronized materialized view
  */
 public class CreateMaterializedViewCommand extends Command implements 
ForwardWithSync {
+    public static final String MATERIALIZED_VIEW_NAME_PREFIX = "mv_";

Review Comment:
   the prefix limitation was removed, you can use any name which is different 
than base table or other mv's column name. Please remove this and update the 
corresponding test case



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to