You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iceberg.apache.org by GitBox <gi...@apache.org> on 2018/12/11 17:21:38 UTC

[GitHub] rdblue opened a new issue #47: Use the correct FileIO for all file interaction

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:
users@infra.apache.org


With regards,
Apache Git Services