morrySnow commented on code in PR #64167:
URL: https://github.com/apache/doris/pull/64167#discussion_r3425392494
##########
fe/fe-common/src/main/java/org/apache/doris/common/ErrorCode.java:
##########
@@ -1132,6 +1132,8 @@ public enum ErrorCode {
"Colocate tables must have same replication allocation: { %s }
should be { %s }"),
Review Comment:
🔴 Blocking: Duplicate error code with
`ERR_COLOCATE_TABLE_MUST_HAS_SAME_BUCKET_NUM`. Both share error code `5063`.
Error codes must be unique. Please assign a new unique code.
--
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]