Skip to content

Commit

Permalink
add doris type
Browse files Browse the repository at this point in the history
  • Loading branch information
vinlee19 authored Dec 7, 2023
1 parent 495c01b commit e2d0d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/zh-CN/docs/ecosystem/flink-doris-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ ON a.city = c.city
| LARGEINT | STRING |
| VARCHAR | STRING |
| DECIMALV2 | DECIMAL |
| TIME | DOUBLE |
| TIME | DOUBLE
| ARRAY | ARRAY |
| HLL | Unsupported datatype |

## 使用FlinkSQL通过CDC接入Doris示例
Expand Down

0 comments on commit e2d0d1b

Please sign in to comment.