rdblue opened a new issue #47: Use the correct FileIO for all file interaction URL: https://github.com/apache/incubator-iceberg/issues/47 #14 split the file-related methods from `TableOperations` into a separate `FileIO` class. The new class is serializable so that it can be sent to other JVMs where tasks run. The Spark integration needs to be updated to send a `FileIO` instance and use it when [opening data files](https://github.com/apache/incubator-iceberg/blob/master/spark/src/main/java/com/netflix/iceberg/spark/source/Reader.java#L391).
---------------------------------------------------------------- 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