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 2020/10/01 00:57:05 UTC

[GitHub] [iceberg] aokolnychyi commented on a change in pull request #1537: API: Add name to Table and Catalog APIs

aokolnychyi commented on a change in pull request #1537:
URL: https://github.com/apache/iceberg/pull/1537#discussion_r497895235



##########
File path: api/src/main/java/org/apache/iceberg/catalog/Catalog.java
##########
@@ -35,6 +35,15 @@
  */
 public interface Catalog {
 
+  /**
+   * Return the name for this catalog.
+   *
+   * @return this catalog's name
+   */
+  default String name() {

Review comment:
       I did not intend to add the name to the `Catalog` API but we need this for proper metadata table names.




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