morningman commented on code in PR #17622:
URL: https://github.com/apache/doris/pull/17622#discussion_r1133418498


##########
fe/fe-core/src/main/java/org/apache/doris/common/ErrorCode.java:
##########
@@ -22,1006 +22,1016 @@
 // Error code used to indicate what error happened.
 public enum ErrorCode {
     // Try our best to compatible with MySQL's
-    ERR_HASHCHK(1000, new byte[]{'H', 'Y', '0', '0', '0'}, "hashchk"),
-    ERR_DB_CREATE_EXISTS(1007, new byte[]{'H', 'Y', '0', '0', '0'}, "Can't 
create database '%s'; database exists"),
-    ERR_DB_DROP_EXISTS(1008, new byte[]{'H', 'Y', '0', '0', '0'}, "Can't drop 
database '%s'; database doesn't exist"),
-    ERR_DBACCESS_DENIED_ERROR(1044, new byte[]{'4', '2', '0', '0', '0'}, 
"Access denied for user '%s' to "
+    ERR_HASHCHK(1000, new byte[] {'H', 'Y', '0', '0', '0'}, "hashchk"),

Review Comment:
   Better not format the code not changed.



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