This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 116032f9e7 [core] RestCatalog: add status in GetCatalogResponse (#5365)
116032f9e7 is described below

commit 116032f9e704625c6f3df832e812445d2449bc1d
Author: XiaoHongbo <[email protected]>
AuthorDate: Fri Mar 28 13:06:41 2025 +0800

    [core] RestCatalog: add status in GetCatalogResponse (#5365)
---
 paimon-open-api/rest-management-api.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/paimon-open-api/rest-management-api.yaml 
b/paimon-open-api/rest-management-api.yaml
index 1c1e27c43a..640a4b3702 100644
--- a/paimon-open-api/rest-management-api.yaml
+++ b/paimon-open-api/rest-management-api.yaml
@@ -260,6 +260,10 @@ components:
           type: object
           additionalProperties:
             type: string
+        status:
+          description: Status of catalog
+          type: string
+          enum: ["NEW", "INITIALIZING", "INITIALIZE_FAILED", "RUNNING", 
"TERMINATED", "STORAGE_OPTIMIZATION_DISABLED", "DELETING", "DELETE_FAILED", 
"DELETED", "RELEASED","READ_ONLY"]
         owner:
           description: Username of current owner of catalog.
           type: string

Reply via email to