georgereuben commented on code in PR #8025:
URL: https://github.com/apache/gravitino/pull/8025#discussion_r2267264679


##########
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/JdbcDatabaseOperations.java:
##########
@@ -123,8 +125,12 @@ public boolean exist(String databaseName) {
 
   protected String generateDatabaseExistSql(String databaseName) {

Review Comment:
   Can we add a deprecated label to this method if not for safe deleting it, 
since it's been replaced by `generateDatabaseExistPreparedSql()`?



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