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

jshao 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 86cdd9f6c [#5360] Improvement(web): hidden commont and property 
element for oceanbase schema (#5387)
86cdd9f6c is described below

commit 86cdd9f6c561efb40d39a7f30788d20a386c8749
Author: Qian Xia <[email protected]>
AuthorDate: Thu Oct 31 14:22:55 2024 +0800

    [#5360] Improvement(web): hidden commont and property element for oceanbase 
schema (#5387)
    
    ### What changes were proposed in this pull request?
    <img width="757" alt="image"
    
src="https://github.com/user-attachments/assets/663b628f-0024-4dcc-b977-a45cd1ee5346";>
    
    
    ### Why are the changes needed?
    Fix: #5360
    
    ### Does this PR introduce _any_ user-facing change?
    N/A
    
    ### How was this patch tested?
    manually
---
 .../src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js 
b/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
index 9b90c0bb6..08efd4036 100644
--- a/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
+++ b/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
@@ -293,7 +293,7 @@ const CreateSchemaDialog = props => {
               </FormControl>
             </Grid>
 
-            {!['jdbc-mysql', 
'lakehouse-paimon'].includes(activatedCatalogDetail?.provider) && (
+            {!['jdbc-mysql', 'lakehouse-paimon', 
'jdbc-oceanbase'].includes(activatedCatalogDetail?.provider) && (
               <Grid item xs={12}>
                 <FormControl fullWidth>
                   <Controller
@@ -318,7 +318,7 @@ const CreateSchemaDialog = props => {
               </Grid>
             )}
 
-            {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 
'jdbc-mysql'].includes(
+            {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql', 
'jdbc-oceanbase'].includes(
               activatedCatalogDetail?.provider
             ) && (
               <Grid item xs={12} data-refer='schema-props-layout'>
@@ -400,7 +400,7 @@ const CreateSchemaDialog = props => {
               </Grid>
             )}
 
-            {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 
'jdbc-mysql'].includes(
+            {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql', 
'jdbc-oceanbase'].includes(
               activatedCatalogDetail?.provider
             ) && (
               <Grid item xs={12}>

Reply via email to