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/11/29 17:24:51 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #6308: Python: Make types required

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