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


##########
api/src/main/java/org/apache/iceberg/view/View.java:
##########
@@ -121,4 +121,15 @@ default UpdateLocation updateLocation() {
   default UUID uuid() {
     throw new UnsupportedOperationException("Retrieving a view's uuid is not 
supported");
   }
+
+  /**
+   * Returns the view representation for the given SQL dialect
+   *
+   * @return the view representation for the given SQL dialect, or null if no 
representation could
+   *     be resolved
+   */
+  default ViewRepresentation sqlFor(String dialect) {

Review Comment:
   Should we just move SQLViewRepresentation into API? That would make sense to 
me.



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