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

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a220b1c34a [typo](docs) fix oceanbase jdbc catalog  error (#20197)
a220b1c34a is described below

commit a220b1c34a54254927f94e7da27fc8ed71534a58
Author: zy-kkk <zhong...@qq.com>
AuthorDate: Tue May 30 14:18:16 2023 +0800

    [typo](docs) fix oceanbase jdbc catalog  error (#20197)
---
 docs/en/docs/lakehouse/multi-catalog/jdbc.md    | 4 ++--
 docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/lakehouse/multi-catalog/jdbc.md 
b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
index 6c02f5ac0c..df8be16bdc 100644
--- a/docs/en/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
@@ -215,7 +215,7 @@ CREATE CATALOG jdbc_oceanbase_mysql PROPERTIES (
     "password"="123456",
     "jdbc_url" = "jdbc:oceanbase://127.0.0.1:2881/demo",
     "driver_url" = "oceanbase-client-2.4.2.jar",
-    "driver_class" = "com.oceanbase.jdbc.Drive",
+    "driver_class" = "com.oceanbase.jdbc.Driver",
     "oceanbase_mode" = "mysql"
 )
 
@@ -225,7 +225,7 @@ CREATE CATALOG jdbc_oceanbase_oracle PROPERTIES (
     "password"="123456",
     "jdbc_url" = "jdbc:oceanbase://127.0.0.1:2881/demo",
     "driver_url" = "oceanbase-client-2.4.2.jar",
-    "driver_class" = "com.oceanbase.jdbc.Drive",
+    "driver_class" = "com.oceanbase.jdbc.Driver",
     "oceanbase_mode" = "oracle"
 )
 ```
diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md 
b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
index cc53edec26..f51527ee1d 100644
--- a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
@@ -215,7 +215,7 @@ CREATE CATALOG jdbc_oceanbase_mysql PROPERTIES (
     "password"="123456",
     "jdbc_url" = "jdbc:oceanbase://127.0.0.1:2881/demo",
     "driver_url" = "oceanbase-client-2.4.2.jar",
-    "driver_class" = "com.oceanbase.jdbc.Drive",
+    "driver_class" = "com.oceanbase.jdbc.Driver",
     "oceanbase_mode" = "mysql"
 )
 
@@ -225,7 +225,7 @@ CREATE CATALOG jdbc_oceanbase_oracle PROPERTIES (
     "password"="123456",
     "jdbc_url" = "jdbc:oceanbase://127.0.0.1:2881/demo",
     "driver_url" = "oceanbase-client-2.4.2.jar",
-    "driver_class" = "com.oceanbase.jdbc.Drive",
+    "driver_class" = "com.oceanbase.jdbc.Driver",
     "oceanbase_mode" = "oracle"
 )
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to