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 22:51:24 UTC

[GitHub] [iceberg] aokolnychyi commented on a change in pull request #2398: Core: Implement HasTableOperations in metadata and txn tables

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



##########
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:
       Reverted this.




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