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


##########
core/src/test/java/org/apache/iceberg/view/TestViewMetadata.java:
##########
@@ -334,6 +334,9 @@ public void viewMetadataAndMetadataChanges() {
             .addVersion(viewVersionOne)
             .addVersion(viewVersionTwo)
             .addVersion(viewVersionThree)
+            .setCurrentVersionId(1)
+            .setCurrentVersionId(2)
+            // this will only keep the last set version id and ignore the 
previously set ones

Review Comment:
   I don't think we need this if we allow duplicates.



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