qidaye commented on code in PR #16806: URL: https://github.com/apache/doris/pull/16806#discussion_r1118328768
########## 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: `dev`? Why not `1.2.3`? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org