aokolnychyi commented on a change in pull request #2368:
URL: https://github.com/apache/iceberg/pull/2368#discussion_r600211771
##########
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:
This breaks the public API. Is there a way to handle it differently? Can
we maybe just drop `name` from the default implementation of `toString` in the
base metastore catalog? Or any other option that keeps the old API.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]