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 be406a1696 [typo](docs) fix presto jdbc catalog docs (#21445)
be406a1696 is described below
commit be406a16967e8eb2850974668b21e47816ef97a2
Author: zy-kkk <[email protected]>
AuthorDate: Tue Jul 4 18:24:58 2023 +0800
[typo](docs) fix presto jdbc catalog docs (#21445)
---
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 60f3aacdc3..920fcfc886 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" = "io.prestosql.jdbc.PrestoDriver"
+ "driver_class" = "com.facebook.presto.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 7d7176139e..a5b398b745 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" = "io.prestosql.jdbc.PrestoDriver"
+ "driver_class" = "com.facebook.presto.jdbc.PrestoDriver"
);
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]