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/23 09:34:26 UTC

[GitHub] [iceberg] Fokko commented on a diff in pull request #6254: Python: implement `to_pandas`

Fokko commented on code in PR #6254:
URL: https://github.com/apache/iceberg/pull/6254#discussion_r1030205856


##########
python/pyiceberg/table/__init__.py:
##########
@@ -54,6 +55,10 @@
 )
 from pyiceberg.types import StructType
 
+if TYPE_CHECKING:

Review Comment:
   This is nice 👍🏻 



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