szehon-ho commented on code in PR #10020:
URL: https://github.com/apache/iceberg/pull/10020#discussion_r1634008905
##########
api/src/main/java/org/apache/iceberg/types/TypeUtil.java:
##########
@@ -355,6 +355,17 @@ public static Schema reassignOrRefreshIds(
return new Schema(struct.fields(), refreshIdentifierFields(struct,
schema));
}
+ /**
+ * Assigns fresh ids from the {@link GetID getId function} for all fields in
a type.
+ *
+ * @param type a type
+ * @param getId an id assignment function
+ * @return an structurally identical type with new ids assigned by the
nextId function
Review Comment:
Thanks, fixed.
--
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]