You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/24 06:51:25 UTC

[GitHub] [iceberg] uncleGen commented on a change in pull request #2368: Core: Fix circular call in BaseMetastoreCatalog

uncleGen commented on a change in pull request #2368:
URL: https://github.com/apache/iceberg/pull/2368#discussion_r600213824



##########
File path: api/src/main/java/org/apache/iceberg/catalog/Catalog.java
##########
@@ -40,9 +40,7 @@
    *
    * @return this catalog's name
    */
-  default String name() {
-    return toString();
-  }
+  String name();

Review comment:
       make sense!




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org