ashwin1596 commented on issue #3027:
URL: https://github.com/apache/gravitino/issues/3027#issuecomment-2257220976

   I am a bit confused about the issue. We are using the error code for 
"Database already exists" defined as:
   
   `@VisibleForTesting static final int CODE_DATABASE_EXISTS = 1007`
   
   We only use `DATABASE_ALREADY_EXISTS_PATTERN_STRING` when the SQL exception 
has the error code `CODE_OTHER = 1105`. In this case, we compare the message 
string to the regex to determine the error code.
   
   Do you have any suggestions?


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