This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4a702cee08da [doc](doc)Fix table `<>` format (#463)
4a702cee08da is described below
commit 4a702cee08dae408f6943f3feabf09d118920a8c
Author: Hu Yanjun <[email protected]>
AuthorDate: Mon Mar 25 11:42:28 2024 +0800
[doc](doc)Fix table `<>` format (#463)
---
.../version-2.0/lakehouse/datalake/hive.md | 36 +++++++++++-----------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/versioned_docs/version-2.0/lakehouse/datalake/hive.md
b/versioned_docs/version-2.0/lakehouse/datalake/hive.md
index 81450b2b7ff3..a749293d4e69 100644
--- a/versioned_docs/version-2.0/lakehouse/datalake/hive.md
+++ b/versioned_docs/version-2.0/lakehouse/datalake/hive.md
@@ -359,24 +359,24 @@ CREATE CATALOG hive PROPERTIES (
For Hive/Iceberge/Hudi
-| HMS Type | Doris Type
| Comment |
-| ------------------------------------- |
------------------------------------- |
------------------------------------------------------------ |
-| boolean | boolean
| |
-| tinyint | tinyint
| |
-| smallint | smallint
| |
-| int | int
| |
-| bigint | bigint
| |
-| date | date
| |
-| timestamp | datetime
| |
-| float | float
| |
-| double | double
| |
-| char | char
| |
-| varchar | varchar
| |
-| decimal | decimal
| |
-| array<type> | array<type>
| Supports nested structure, such as array<map<string, int>> |
-| map<KeyType, ValueType> | map<KeyType, ValueType>
| Supports nested structure, such as map<string, array<int>> |
-| struct<col1: Type1, col2: Type2, ...> | struct<col1: Type1, col2: Type2,
...> | Supports nested structure, such as struct<col1: array<int>, col2:
map<int, date>> |
-| other | unsupported
| |
+| HMS Type | Doris Type
| Comment
|
+| --------------------------------------- |
--------------------------------------- |
-------------------------------------------------------------------------------------
|
+| boolean | boolean
|
|
+| tinyint | tinyint
|
|
+| smallint | smallint
|
|
+| int | int
|
|
+| bigint | bigint
|
|
+| date | date
|
|
+| timestamp | datetime
|
|
+| float | float
|
|
+| double | double
|
|
+| char | char
|
|
+| varchar | varchar
|
|
+| decimal | decimal
|
|
+| `array<type>` | `array<type>`
| Supports nested structure, such as `array<map<string, int>>`
|
+| `map<KeyType, ValueType>` | `map<KeyType, ValueType>`
| Supports nested structure, such as `map<string, array<int>>`
|
+| `struct<col1: Type1, col2: Type2, ...>` | `struct<col1: Type1, col2: Type2,
...>` | Supports nested structure, such as `struct<col1: array<int>`, `col2:
map<int, date>>` |
+| other | unsupported
|
|
:::tip
**Truncate char or varchar columns**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
