XieJiann commented on code in PR #27627:
URL: https://github.com/apache/doris/pull/27627#discussion_r1409004987


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java:
##########
@@ -115,6 +117,9 @@ public abstract class Table extends MetaObject implements 
Writable, TableIf {
     // sql for creating this table, default is "";
     protected String ddlSql = "";
 
+    @SerializedName(value = "constraints")
+    private volatile ConcurrentMap<String, Constraint> constraintsMap = 
Maps.newConcurrentMap();

Review Comment:
   it's outdated code, has resolved



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to