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

mchades pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new efd3b369e3 [MINOR] fix(open-api): fix wrong catalog type values (#6350)
efd3b369e3 is described below

commit efd3b369e3d93133ee04fc40774f050009851ea9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 18:12:09 2025 +0800

    [MINOR] fix(open-api): fix wrong catalog type values (#6350)
    
    ### 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
    
    Co-authored-by: mchades <[email protected]>
---
 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