rdblue commented on a change in pull request #14: Pluggable file I/O submodule in TableOperations URL: https://github.com/apache/incubator-iceberg/pull/14#discussion_r239298653
########## File path: core/src/main/java/com/netflix/iceberg/BaseMetastoreTableOperations.java ########## @@ -167,18 +159,6 @@ private static String newMetadataLocation(String baseLocation, String filename) return String.format("%s/%s/%s", baseLocation, METADATA_FOLDER_NAME, filename); } - private static String parseBaseLocation(String metadataLocation) { Review comment: Note to myself: this removal is good because it appears to be an orphaned method. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services