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: [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