EmmyMiao87 commented on a change in pull request #3705:
URL: https://github.com/apache/incubator-doris/pull/3705#discussion_r431651862
##########
File path: fe/src/main/java/org/apache/doris/catalog/MaterializedIndexMeta.java
##########
@@ -46,9 +55,11 @@
private TStorageType storageType;
@SerializedName(value = "keysType")
private KeysType keysType;
+ @SerializedName(value = "defineStmt")
+ private OriginStatement defineStmt;
Review comment:
The define stmt means that this is the definition of materialized views.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]