Fokko commented on PR #5192:
URL: https://github.com/apache/iceberg/pull/5192#issuecomment-1183534288

   @rdblue thanks, I've removed it as a field, and added it as a property:
   
   ```python
       @property
       def last_assigned_field_id(self) -> int:
           if self.fields:
               return max(pf.field_id for pf in self.fields)
           return _PARTITION_DATA_ID_START
   ```


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