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

fanng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


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

commit 9998095da7262bbb0185d3a44a724888b7395350
Author: mchades <[email protected]>
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