This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch cherry-pick-5a557b86-to-branch-1.2 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit f4f2e4959e0bd6e32ab8f3df9e936d6a4cfaf975 Author: Qian Xia <[email protected]> AuthorDate: Thu Mar 5 20:45:49 2026 +0800 [#10248] fix clickhouse driver eg (#10249) ### What changes were proposed in this pull request? fix clickhouse driver eg ### Why are the changes needed? N/A Fix: #10248 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? manually --- web-v2/web/src/config/catalog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-v2/web/src/config/catalog.js b/web-v2/web/src/config/catalog.js index 1e997c10f9..ad43d64007 100644 --- a/web-v2/web/src/config/catalog.js +++ b/web-v2/web/src/config/catalog.js @@ -307,7 +307,7 @@ export const providerBase = { key: 'jdbc-driver', value: '', required: true, - description: 'e.g. com.clickhouse.ClickHouseDriver' + description: 'e.g. com.clickhouse.jdbc.ClickHouseDriver' }, { label: 'JDBC User',
