playasim commented on code in PR #8472:
URL: https://github.com/apache/gravitino/pull/8472#discussion_r2330793240


##########
catalogs/catalog-jdbc-starrocks/src/main/java/org/apache/gravitino/catalog/starrocks/converter/StarRocksExceptionConverter.java:
##########
@@ -47,6 +48,7 @@ public class StarRocksExceptionConverter extends 
JdbcExceptionConverter {
   static final int CODE_NO_SUCH_COLUMN = 1054;
   static final int CODE_DELETE_NON_EXISTING_PARTITION = 1507;
   static final int CODE_PARTITION_ALREADY_EXISTS = 1517;
+  static final int CODE_GENERIC_ERROR = 5064;

Review Comment:
   error code: https://docs.starrocks.io/docs/3.3/sql-reference/Error_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]

Reply via email to