nastra commented on code in PR #9620:
URL: https://github.com/apache/iceberg/pull/9620#discussion_r1478249143


##########
core/src/main/java/org/apache/iceberg/rest/RESTViewOperations.java:
##########
@@ -59,6 +60,8 @@ public void commit(ViewMetadata base, ViewMetadata metadata) {
     // this is only used for replacing view metadata
     Preconditions.checkState(base != null, "Invalid base metadata: null");
 
+    ViewUtil.verifyReplaceStrictness(base, metadata);

Review Comment:
   see https://github.com/apache/iceberg/pull/9620#discussion_r1478246464



-- 
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]

Reply via email to