You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "mderoy (via GitHub)" <gi...@apache.org> on 2023/06/13 14:10:26 UTC

[GitHub] [iceberg] mderoy commented on a diff in pull request #7823: Python: Fixes for D205 issues

mderoy commented on code in PR #7823:
URL: https://github.com/apache/iceberg/pull/7823#discussion_r1228196620


##########
python/pyiceberg/conversions.py:
##########
@@ -109,6 +109,8 @@ def _(primitive_type: BooleanType, value_str: str) -> Union[int, float, str, uui
 @handle_none
 def _(primitive_type: PrimitiveType, value_str: str) -> int:
     """
+    Converts a string to an integer value

Review Comment:
   whoops :) fixed with https://github.com/apache/iceberg/pull/7823/commits/d450891f870e94d59022ca0dbec79e1e667ba4fa



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