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 5a557b8634 [#10248] fix clickhouse driver eg (#10249)
5a557b8634 is described below
commit 5a557b8634e31a244527ec1f118bc972f060a8cf
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',