rdblue commented on code in PR #12672:
URL: https://github.com/apache/iceberg/pull/12672#discussion_r2019438377
##########
core/src/main/java/org/apache/iceberg/V3Metadata.java:
##########
@@ -140,6 +143,22 @@ private Object get(int pos) {
return wrapped.partitions();
case 14:
return wrapped.keyMetadata();
+ case 15:
+ if (wrappedFirstRowId != null) {
+ // if first-row-id is assigned, ensure that it is valid
Review Comment:
`first-row-id` isn't an entry field is it?
--
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]