zddr commented on code in PR #54999:
URL: https://github.com/apache/doris/pull/54999#discussion_r2312800113


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateTableInfo.java:
##########
@@ -143,19 +146,38 @@ public class CreateTableInfo {
     private PartitionDesc partitionDesc;
     private DistributionDesc distributionDesc;
 
+    // create multi table materialized view

Review Comment:
   We should place these attributes in the subclass, and when determining 
whether it is a materialized view, it should be based on whether it is a 
subclass rather than whether it has a relation.



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