This is an automated email from the ASF dual-hosted git repository.
yuqi4733 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 c9832c30f6 [#10283] web-v2(UI): remove default prop for clickhouse
table (#10285)
c9832c30f6 is described below
commit c9832c30f6ca0819671d1ffae996c11e56bb544d
Author: Qian Xia <[email protected]>
AuthorDate: Fri Mar 6 19:59:41 2026 +0800
[#10283] web-v2(UI): remove default prop for clickhouse table (#10285)
### What changes were proposed in this pull request?
remove default prop for clickhouse table
### Why are the changes needed?
N/A
Fix: #10283
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
manually
---
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'
}
]
},