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/31 13:32:28 UTC

[GitHub] [iceberg] RussellSpitzer commented on a change in pull request #2398: API: Add metadataFileLocation to Table

RussellSpitzer commented on a change in pull request #2398:
URL: https://github.com/apache/iceberg/pull/2398#discussion_r604900010



##########
File path: api/src/main/java/org/apache/iceberg/Table.java
##########
@@ -102,6 +102,15 @@ default String name() {
    */
   String location();
 
+  /**
+   * Returns the location of the current metadata file.
+   *
+   * @return this table's metadata file location
+   */
+  default String metadataFileLocation() {
+    return null;

Review comment:
       Shouldn't it be not implemented exception? Or is it ok for this to return null sometimes?




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