rdblue commented on code in PR #6308: URL: https://github.com/apache/iceberg/pull/6308#discussion_r1035050287
########## python/pyiceberg/io/__init__.py: ########## @@ -91,11 +96,13 @@ def close(self) -> None: ... @abstractmethod - def __enter__(self): + def __enter__(self) -> BufferedReader: Review Comment: Isn't this an open `OutputStream`? -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org