XiaoHongbo-Hope commented on code in PR #5200:
URL: https://github.com/apache/paimon/pull/5200#discussion_r1977470819
##########
paimon-open-api/src/main/java/org/apache/paimon/open/api/RESTCatalogController.java:
##########
@@ -226,8 +228,47 @@ public AlterDatabaseResponse alterDatabase(
})
@GetMapping("/v1/{prefix}/databases/{database}/tables")
public ListTablesResponse listTables(
- @PathVariable String prefix, @PathVariable String database) {
- return new ListTablesResponse(ImmutableList.of("user"));
+ @PathVariable String prefix,
+ @PathVariable String database,
+ @PathVariable Integer maxResults,
Review Comment:
ok, thanks
--
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]