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

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


The following commit(s) were added to refs/heads/branch-0.7 by this push:
     new 84a1161b6 [#5360] Improvement(web): hidden commont and property 
element for oceanbase schema (#5394)
84a1161b6 is described below

commit 84a1161b647bee9cc9081ac248652f7bcefb5fd9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 31 15:56:20 2024 +0800

    [#5360] Improvement(web): hidden commont and property element for oceanbase 
schema (#5394)
    
    ### 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
    
    Co-authored-by: Qian Xia <[email protected]>
---
 .../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