gavinchou commented on code in PR #56910:
URL: https://github.com/apache/doris/pull/56910#discussion_r2458927773


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/SchemaTable.java:
##########
@@ -79,7 +79,8 @@ public class SchemaTable extends Table {
                                     .column("TABLE_COLLATION", 
ScalarType.createVarchar(MY_CS_NAME_SIZE))
                                     .column("CHECKSUM", 
ScalarType.createType(PrimitiveType.BIGINT))
                                     .column("CREATE_OPTIONS", 
ScalarType.createVarchar(255))
-                                    .column("TABLE_COMMENT", 
ScalarType.createVarchar(2048)).build()))
+                                    .column("TABLE_COMMENT", 
ScalarType.createVarchar(2048))

Review Comment:
   2048 maybe not sufficient



##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java:
##########
@@ -140,6 +141,12 @@ public enum DbState {
     @SerializedName(value = "cn")
     private String ctlName;
 
+    @SerializedName(value = "createUser")
+    private String createUser;

Review Comment:
   ditto. naming  



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