JingsongLi commented on code in PR #4736:
URL: https://github.com/apache/paimon/pull/4736#discussion_r1891446960


##########
paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java:
##########
@@ -433,6 +435,27 @@ public ProcessSystemDatabaseException() {
         }
     }
 
+    /** Exception for trying to operate on a table that doesn't have 
permission. */
+    class TableNoPermissionException extends Exception {

Review Comment:
   Maybe it is better to be a RuntimeException? It is better to not bother 
method interfaces.



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

Reply via email to