This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 d924a978bea [improvement](docs) delete unsupported data type for jdbc
catalog MSSQL (#30217)
d924a978bea is described below
commit d924a978beaa322551dc1700b44b45797fede4e2
Author: Petrichor <[email protected]>
AuthorDate: Mon Jan 22 20:24:33 2024 +0800
[improvement](docs) delete unsupported data type for jdbc catalog MSSQL
(#30217)
---
docs/en/docs/lakehouse/multi-catalog/jdbc.md | 1 -
docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/docs/en/docs/lakehouse/multi-catalog/jdbc.md
b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
index dc45c247d54..4a1caf0f6e1 100644
--- a/docs/en/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/en/docs/lakehouse/multi-catalog/jdbc.md
@@ -477,7 +477,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 |
|
diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
index 52aece0db2b..d93f123b618 100644
--- a/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
+++ b/docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md
@@ -478,7 +478,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 |
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]