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

jshao 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 f42555d014 [Cherry-pick to branch-1.2] fix clickhouse driver example 
class name (#10249)
f42555d014 is described below

commit f42555d01451da840fcfc326ac32970ad4ea5c0f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 11:44:41 2026 +0800

    [Cherry-pick to branch-1.2] fix clickhouse driver example class name 
(#10249)
    
    Corrects the ClickHouse JDBC driver example from 
com.clickhouse.ClickHouseDriver to com.clickhouse.jdbc.ClickHouseDriver in the 
web-v2 UI config.
    
    Co-authored-by: Copilot <[email protected]>
---
 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',

Reply via email to