Skip to content

Commit

Permalink
Update flink-doris-connector.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinlee19 authored Dec 12, 2023
1 parent c0ea3a5 commit bdbd266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zh-CN/docs/ecosystem/flink-doris-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ ON a.city = c.city
| LARGEINT | STRING |
| VARCHAR | STRING |
| DECIMALV2 | DECIMAL |
| ARRAY<T> | ARRAY<T> |
| MAP<T,T> | MAP<T,T> |
| JSON | ROW<T...> |
| ARRAY&lt;T&gt; | ARRAY&lt;T&gt; |
| MAP&lt;T,T&gt; | MAP&lt;T,T&gt; |
| JSON | ROW&lt; T...&gt; |
| HLL | Unsupported datatype |

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

0 comments on commit bdbd266

Please sign in to comment.