This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from b0d2c3cadf [rest] Drop partition using filesystem in RESTCatalog
(#5283)
add bedad5ce8e [core] RestCatalog: support ListDatabasesPaged (#5281)
No new revisions were added by this update.
Summary of changes:
.../org/apache/paimon/catalog/AbstractCatalog.java | 5 +
.../java/org/apache/paimon/catalog/Catalog.java | 16 ++
.../org/apache/paimon/catalog/DelegateCatalog.java | 5 +
.../java/org/apache/paimon/rest/RESTCatalog.java | 26 +-
.../rest/responses/ListDatabasesResponse.java | 27 +-
.../org/apache/paimon/rest/RESTCatalogServer.java | 292 ++++++++-------------
.../apache/paimon/rest/RESTCatalogTestBase.java | 74 +++++-
paimon-open-api/rest-catalog-open-api.yaml | 13 +
.../paimon/open/api/RESTCatalogController.java | 7 +-
9 files changed, 270 insertions(+), 195 deletions(-)