samredai opened a new pull request #4081:
URL: https://github.com/apache/iceberg/pull/4081


   This PR adds the first FileIO implementation. It wraps the PyArrow 
[FileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.FileSystem.html#pyarrow.fs.FileSystem)
 class. The locations provided to `PyArrowInputFile` and `PyArrowOutputFile` 
are used to infer the correct filesystem by passing them to the 
[FileSystem.from_uri](https://arrow.apache.org/docs/python/generated/pyarrow.fs.FileSystem.html#pyarrow.fs.FileSystem.from_uri)
 method. The implementations of the `InputFile.open` and `OutputFile.create` 
methods both return a `pyarrow.lib.NativeFile` instance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to