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

zykkk 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 880252984b [typo](docs) fix jdbc catalog doc example err (#21152)
880252984b is described below

commit 880252984b05a6994e77021dab6bb550214cf05b
Author: zy-kkk <[email protected]>
AuthorDate: Mon Jun 26 10:14:17 2023 +0800

    [typo](docs) fix jdbc catalog doc example err (#21152)
---
 docs/en/docs/lakehouse/multi-catalog/jdbc.md    | 2 +-
 docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/lakehouse/multi-catalog/jdbc.md 
b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
index 537c8c9686..534b98bc3b 100644
--- a/docs/en/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
@@ -490,7 +490,7 @@ CREATE CATALOG jdbc_presto PROPERTIES (
     "password"="",
     "jdbc_url" = "jdbc:presto://localhost:9000/hive",
     "driver_url" = "presto-jdbc-0.280.jar",
-    "driver_class" = "o.prestosql.jdbc.PrestoDriver"
+    "driver_class" = "io.prestosql.jdbc.PrestoDriver"
 );
 ```
 
diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md 
b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
index 333f5b2656..916eee62b6 100644
--- a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
@@ -491,7 +491,7 @@ CREATE CATALOG jdbc_presto PROPERTIES (
     "password"="",
     "jdbc_url" = "jdbc:presto://localhost:9000/hive",
     "driver_url" = "presto-jdbc-0.280.jar",
-    "driver_class" = "o.prestosql.jdbc.PrestoDriver"
+    "driver_class" = "io.prestosql.jdbc.PrestoDriver"
 );
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to