You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/04 17:06:31 UTC

[GitHub] [iceberg] Fokko commented on pull request #5436: Python: Split PyArrowFile into PyArrowInputFile and PyArrowOutputFile

Fokko commented on PR #5436:
URL: https://github.com/apache/iceberg/pull/5436#issuecomment-1205533975

   @rdblue I also thought about that, but the `{Input,Output}Stream' is part of PyArrow, so that's not something that we control. We could add it to the protocol, but then we require the libraries to implement it (I think most of them do actually, pyarrow does). I can keep the original `open` and `close` in place, and add the`__enter__` and `__exit__` for convenience.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org