mccheah commented on issue #4: Use the same shared FileSystem instance across calls in HadoopTableOperations URL: https://github.com/apache/incubator-iceberg/pull/4#issuecomment-441849613 A compromise could be to have `HadoopTableOperations` have an overridable method like so: ``` FileSystem getFileSystem(Path path, Configuration conf); ``` The default implementation can just call `Util.getFs`, but overriding this can run their own caching layer.
---------------------------------------------------------------- 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