shyjsarah commented on code in PR #7641:
URL: https://github.com/apache/paimon/pull/7641#discussion_r3083649839
##########
paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java:
##########
@@ -1433,6 +1433,33 @@ public String getTableId() {
}
}
+ /** Exception for trying to operate on the view that doesn't have
permission. */
+ class ViewNoPermissionException extends RuntimeException {
+
+ private static final String MSG = "View %s has no permission. Cause by
%s.";
Review Comment:
updated
--
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]