justinmclean commented on code in PR #8025:
URL: https://github.com/apache/gravitino/pull/8025#discussion_r2268352367
##########
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:
I'd keep the method name the same and alter it rather than add a new method.
--
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]