twuebi commented on code in PR #14151:
URL: https://github.com/apache/iceberg/pull/14151#discussion_r2461030178
##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1593,17 +1600,15 @@ public TableMetadata build() {
discardChanges ? ImmutableList.of() : ImmutableList.copyOf(changes));
}
+ // TODO: remove newLastColumnId in favor of schema.highestFieldId() once
Review Comment:
This TODO is meant for the parameter of this function, that should go once
we removed the deprecated function.
--
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]