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


##########
core/src/main/java/org/apache/iceberg/MetadataUpdateParser.java:
##########
@@ -112,6 +115,12 @@ private MetadataUpdateParser() {}
   // SetLocation
   private static final String LOCATION = "location";
 
+  // AddViewVersion
+  private static final String VIEW_VERSION = "view-version";

Review Comment:
   I was planning on updating the REST spec as part of 
https://github.com/apache/iceberg/pull/7913 because it requires a bunch of 
other View-specific stuff and it seems easier to update everything in one go



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