amogh-jahagirdar commented on code in PR #8851:
URL: https://github.com/apache/iceberg/pull/8851#discussion_r1361948344


##########
api/src/main/java/org/apache/iceberg/view/View.java:
##########
@@ -111,4 +112,13 @@ default ReplaceViewVersion replaceVersion() {
   default UpdateLocation updateLocation() {
     throw new UnsupportedOperationException("Updating a view's location is not 
supported");
   }
+
+  /**
+   * Returns the view's UUID
+   *
+   * @return the view's UUID
+   */
+  default UUID uuid() {

Review Comment:
   Yeah sorry for the delay on that PR, planning on updating to an actual UUID. 
@ajantha-bhat let me know what you think on that PR



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to