rdblue commented on code in PR #7992:
URL: https://github.com/apache/iceberg/pull/7992#discussion_r1274196821
##########
api/src/main/java/org/apache/iceberg/view/ViewVersion.java:
##########
@@ -74,6 +76,14 @@ default String operation() {
/** The query output schema at version create time, without aliases */
int schemaId();
+ /** The default catalog when the view is created. */
+ @Nullable
+ String defaultCatalog();
+
+ /** The default namespace to use when the SQL does not contain a namespace.
*/
+ @Nullable
Review Comment:
I think that this should be required in all cases.
--
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]