rdsr commented on a change in pull request #939: URL: https://github.com/apache/incubator-iceberg/pull/939#discussion_r411569305
########## File path: core/src/main/java/org/apache/iceberg/TableOperations.java ########## @@ -30,6 +30,8 @@ */ public interface TableOperations { + String tablePath(); Review comment: I guess table location is also fine. We can parse out table name and db name from it. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org