huaxingao commented on code in PR #14089:
URL: https://github.com/apache/iceberg/pull/14089#discussion_r2354312633
##########
core/src/main/java/org/apache/iceberg/BaseMetadataTable.java:
##########
@@ -80,7 +80,7 @@ static PartitionSpec transformSpec(Schema
metadataTableSchema, PartitionSpec spe
int newFieldId = reassignedFields.getOrDefault(field.fieldId(),
field.fieldId());
builder.add(newFieldId, newFieldId, field.name(), Transforms.identity());
}
- return builder.build();
+ return builder.build(true);
Review Comment:
Please add a short comment to explain why we intentionally bypass the
compatibility check here
--
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]