nastra commented on code in PR #8147:
URL: https://github.com/apache/iceberg/pull/8147#discussion_r1293174147
##########
core/src/main/java/org/apache/iceberg/MetadataUpdate.java:
##########
@@ -100,6 +117,11 @@ public int schemaId() {
public void applyTo(TableMetadata.Builder metadataBuilder) {
metadataBuilder.setCurrentSchema(schemaId);
}
+
+ @Override
+ public void applyTo(ViewMetadata.Builder viewMetadataBuilder) {
+ viewMetadataBuilder.setCurrentSchemaId(schemaId);
Review Comment:
we won't be tracking this anymore and I opened a follow-up to properly clean
this up and to not have additional changes here. See also
https://github.com/apache/iceberg/pull/8147#discussion_r1282023957
--
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]