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

roryqi pushed a commit to branch ISSUE-6353
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 102a9de0bf18230e5c267544dfda522eeec0836a
Author: mchades <liminghu...@datastrato.com>
AuthorDate: Wed Jan 22 16:56:26 2025 +0800

    [MINOR] fix(open-api): fix wrong catalog type values (#6348)
    
    ### What changes were proposed in this pull request?
    
    fix wrong catalog type values
    
    ### Why are the changes needed?
    
    the enum value of catalog type is wrong
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    CI pass
---
 docs/open-api/catalogs.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/open-api/catalogs.yaml b/docs/open-api/catalogs.yaml
index 9e4efdaf58..1a9e9f8424 100644
--- a/docs/open-api/catalogs.yaml
+++ b/docs/open-api/catalogs.yaml
@@ -355,7 +355,8 @@ components:
           enum:
             - relational
             - fileset
-            - stream
+            - messaging
+            - model
         provider:
           type: string
           description: The provider of the catalog

Reply via email to