danielcweeks commented on issue #4: Use the same shared FileSystem instance across calls in HadoopTableOperations URL: https://github.com/apache/incubator-iceberg/pull/4#issuecomment-441818879 @mccheah I'm not clear on the value of this change. The file system instance will actually get reused because it's cached at the FileSystem level (https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L156). I really don't have a strong opinion for either implementation. @rdblue thoughts?
---------------------------------------------------------------- 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