This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 111adef092d [improvement](docs) delete unsupported data type for jdbc
catalog MSSQL in 2.0-release (#30218)
111adef092d is described below
commit 111adef092dd03ea70d1c13f9250692f60fdcb00
Author: Petrichor <[email protected]>
AuthorDate: Mon Jan 22 20:33:16 2024 +0800
[improvement](docs) delete unsupported data type for jdbc catalog MSSQL in
2.0-release (#30218)
* delete unsuppported data type
* Update jdbc.md
---
docs/en/docs/lakehouse/multi-catalog/jdbc.md | 3 +--
docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/en/docs/lakehouse/multi-catalog/jdbc.md
b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
index 13151bc2f8d..fae92fdbbdb 100644
--- a/docs/en/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
@@ -364,7 +364,6 @@ As for data mapping from SQLServer to Doris, one Database
in Doris corresponds t
| date | DATE |
|
| datetime/datetime2/smalldatetime | DATETIMEV2 |
|
| char/varchar/text/nchar/nvarchar/ntext | STRING |
|
-| binary/varbinary | STRING |
|
| time/datetimeoffset | STRING |
|
| Other | UNSUPPORTED |
|
@@ -798,4 +797,4 @@ DROP CATALOG <catalog_name>;
You can download the
[lz4-1.3.0.jar](https://repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar)
package first, and then put it in DorisFE lib directory and BE's
`lib/lib/java_extensions` directory (versions before Doris 2.0 need to be
placed in BE's lib directory).
- Starting from version 2.0.2, this file can be placed in the `custom_lib/`
directory of FE and BE (if it does not exist, just create it manually) to
prevent the file from being lost due to the replacement of the lib directory
when upgrading the cluster.
\ No newline at end of file
+ Starting from version 2.0.2, this file can be placed in the `custom_lib/`
directory of FE and BE (if it does not exist, just create it manually) to
prevent the file from being lost due to the replacement of the lib directory
when upgrading the cluster.
diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
index 545f5ada6e2..eb8c03dd197 100644
--- a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
@@ -365,7 +365,6 @@ CREATE CATALOG jdbc_sqlserve PROPERTIES (
| date | DATE |
|
| datetime/datetime2/smalldatetime | DATETIMEV2 |
|
| char/varchar/text/nchar/nvarchar/ntext | STRING |
|
-| binary/varbinary | STRING |
|
| time/datetimeoffset | STRING |
|
| Other | UNSUPPORTED |
|
@@ -799,4 +798,4 @@ DROP CATALOG <catalog_name>;
可以先下载[lz4-1.3.0.jar](https://repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar)包,然后放到DorisFE
lib 目录以及BE 的 `lib/lib/java_extensions`目录中(Doris 2.0 之前的版本需放到 BE 的 lib 目录下)。
- 从 2.0.2 版本起,可以将这个文件放置在 FE 和 BE 的 `custom_lib/` 目录下(如不存在,手动创建即可),以防止升级集群时因为
lib 目录被替换而导致文件丢失。
\ No newline at end of file
+ 从 2.0.2 版本起,可以将这个文件放置在 FE 和 BE 的 `custom_lib/` 目录下(如不存在,手动创建即可),以防止升级集群时因为
lib 目录被替换而导致文件丢失。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]