jun-he commented on a change in pull request #2089:
URL: https://github.com/apache/iceberg/pull/2089#discussion_r567277467



##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -371,6 +374,10 @@ public PartitionSpec spec(int id) {
     return specsById;
   }
 
+  int lastAssignedFieldId() {

Review comment:
       Updated the field name in `TableMetadata`. 
   In `PartitionSpec`, there is also a `lastAssignedFieldId` field. It seems to 
be fine as it is a field inside partition spec, which already indicates it is 
about partition.
   




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

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