This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 840a7ef Fix a typo (#6688)
840a7ef is described below
commit 840a7ef3a8bf49807deaf57f9260e14f50357d03
Author: pierre xiong <[email protected]>
AuthorDate: Thu Sep 23 09:44:46 2021 +0800
Fix a typo (#6688)
Fix a typo
---
docs/zh-CN/extending-doris/flink-doris-connector.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh-CN/extending-doris/flink-doris-connector.md
b/docs/zh-CN/extending-doris/flink-doris-connector.md
index 083226f..f05f45d 100644
--- a/docs/zh-CN/extending-doris/flink-doris-connector.md
+++ b/docs/zh-CN/extending-doris/flink-doris-connector.md
@@ -51,7 +51,7 @@ Flink Doris Connector 可以支持通过 Flink 读写 Doris 中存储的数据
</properties>
```
-只需要将这里的 `flink.version` 改成和你 Flink 集群版本一致,重新编辑即可
+只需要将这里的 `flink.version` 改成和你 Flink 集群版本一致,重新编译即可。
## 编译与安装
@@ -180,4 +180,4 @@ INSERT INTO flink_doris_sink select name,age,price,sale
from flink_doris_source
| VARCHAR | STRING |
| DECIMALV2 | DECIMAL |
| TIME | DOUBLE |
-| HLL | Unsupported datatype |
\ No newline at end of file
+| HLL | Unsupported datatype |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]