LB-Yu commented on code in PR #1509:
URL: https://github.com/apache/fluss/pull/1509#discussion_r2265546864


##########
fluss-client/src/main/java/com/alibaba/fluss/client/admin/Admin.java:
##########
@@ -234,6 +234,23 @@ CompletableFuture<Void> createTable(
      */
     CompletableFuture<List<String>> listTables(String databaseName);
 
+    /**
+     * Alter a table.
+     *
+     * <p>The following exceptions can be anticipated when calling {@code 
get()} on returned future.
+     *
+     * <ul>
+     *   <li>{@link DatabaseNotExistException} if the database does not exist.

Review Comment:
   And `TableNotExistException` if `ignoreIfNotExists` is false?



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