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

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


The following commit(s) were added to refs/heads/branch-1.2 by this push:
     new 1fa482e580 [Cherry-pick to branch-1.2] [#10283] web-v2(UI): remove 
default prop for clickhouse table (#10285) (#10291)
1fa482e580 is described below

commit 1fa482e580361629671741ca121226c7299a7129
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 10:02:21 2026 +0800

    [Cherry-pick to branch-1.2] [#10283] web-v2(UI): remove default prop for 
clickhouse table (#10285) (#10291)
    
    **Cherry-pick Information:**
    - Original commit: c9832c30f6ca0819671d1ffae996c11e56bb544d
    - Target branch: `branch-1.2`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: Qian Xia <[email protected]>
---
 web-v2/web/src/config/catalog.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/web-v2/web/src/config/catalog.js b/web-v2/web/src/config/catalog.js
index ad43d64007..e70a9a8e35 100644
--- a/web-v2/web/src/config/catalog.js
+++ b/web-v2/web/src/config/catalog.js
@@ -322,13 +322,6 @@ export const providerBase = {
         value: '',
         required: true,
         description: 'The password to connect to ClickHouse'
-      },
-      {
-        label: 'Pool Min Size',
-        key: 'jdbc.pool.min-size',
-        value: '2',
-        required: false,
-        description: 'The minimum number of connections in the connection pool'
       }
     ]
   },

Reply via email to