yiguolei commented on code in PR #18208:
URL: https://github.com/apache/doris/pull/18208#discussion_r1152666264


##########
gensrc/thrift/Descriptors.thrift:
##########
@@ -100,6 +100,7 @@ enum TSchemaTableType {
     SCH_SESSION_STATUS,
     SCH_SESSION_VARIABLES,
     SCH_STATISTICS,
+    SCH_COLUMN_STATISTICS,

Review Comment:
   do not insert enum type in the middle of the definition. During upgrade, we 
will upgrade BE First and then upgrade FE, in this case,  the enum id in the 
definition is different. I will core.



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