stalary commented on code in PR #16806:
URL: https://github.com/apache/doris/pull/16806#discussion_r1118339066
##########
docs/en/docs/lakehouse/multi-catalog/es.md:
##########
@@ -68,27 +68,28 @@ After switching to the ES Catalog, you will be in the
`dafault_db` so you don't
## Column Type Mapping
-| ES Type | Doris Type | Comment |
-| ------------- | ----------- | ------- |
-| null | null | |
-| boolean | boolean | |
-| byte | tinyint | |
-| short | smallint | |
-| integer | int | |
-| long | bigint | |
-| unsigned_long | largeint | |
-| float | float | |
-| half_float | float | |
-| double | double | |
-| scaled_float | double | |
-| date | date | |
-| keyword | string | |
-| text | string | |
-| ip | string | |
-| nested | string | |
-| object | string | |
-| other | unsupported | |
-
+| ES Type | Doris Type | Comment
|
+| ------------- | -----------
|-------------------------------------------------------------------------|
+| null | null |
|
+| boolean | boolean |
|
+| byte | tinyint |
|
+| short | smallint |
|
+| integer | int |
|
+| long | bigint |
|
+| unsigned_long | largeint |
|
+| float | float |
|
+| half_float | float |
|
+| double | double |
|
+| scaled_float | double |
|
+| date | date | Only support default/yyyy-MM-dd
HH:mm:ss/yyyy-MM-dd/epoch_millis format |
+| keyword | string |
|
+| text | string |
|
+| ip | string |
|
+| nested | string |
|
+| object | string |
|
+| other | unsupported |
|
+
+<version since="dev">
Review Comment:
Currently is dev, modify it when cherry pick it to version branch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]