mccheah commented on a change in pull request #52: Use the FileIO submodule in Spark writers and readers. URL: https://github.com/apache/incubator-iceberg/pull/52#discussion_r241606297
########## File path: api/src/main/java/com/netflix/iceberg/Table.java ########## @@ -171,4 +172,10 @@ default AppendFiles newFastAppend() { * @return a new {@link Transaction} */ Transaction newTransaction(); + + /** + * @return a {@link FileIO} to read and write table data and metadata files + */ + FileIO io(); Review comment: Should `TableOperations#io` continue to exist? ---------------------------------------------------------------- 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