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


##########
python/pyiceberg/schema.py:
##########
@@ -169,6 +169,9 @@ def find_type(self, name_or_id: Union[str, int], 
case_sensitive: bool = True) ->
             raise ValueError(f"Could not find field with name or id 
{name_or_id}, case_sensitive={case_sensitive}")
         return field.field_type
 
+    def find_last_field_id(self):

Review Comment:
   Sure thing, updated 👍🏻 



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