qingwei727 commented on code in PR #7085:
URL: https://github.com/apache/paimon/pull/7085#discussion_r2711362888


##########
paimon-api/src/main/java/org/apache/paimon/rest/RESTApi.java:
##########
@@ -477,6 +477,19 @@ public GetTableResponse getTable(Identifier identifier) {
                 restAuthFunction);
     }
 
+    /**
+     * Get table by tableId.
+     *
+     * @param tableId id of the table.
+     * @return {@link GetTableResponse}
+     * @throws NoSuchResourceException Exception thrown on HTTP 404 means the 
table not exists
+     * @throws ForbiddenException Exception thrown on HTTP 403 means don't 
have the permission for
+     *     this table
+     */
+    public GetTableResponse getTable(String tableId) {

Review Comment:
   add databaseName in GetTableResponse



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