tengqm commented on code in PR #5705:
URL: https://github.com/apache/gravitino/pull/5705#discussion_r1867200809


##########
catalogs/catalog-jdbc-doris/src/main/java/org/apache/gravitino/catalog/doris/DorisCatalog.java:
##########
@@ -43,7 +43,7 @@ public class DorisCatalog extends JdbcCatalog {
 
   @Override
   public String shortName() {
-    return "jdbc-doris";
+    return CatalogName.JDBC_DORIS.name();

Review Comment:
   should be `getName`?
   What's the difference between `name()` and `getName()`?



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