morningman commented on a change in pull request #7384:
URL: https://github.com/apache/incubator-doris/pull/7384#discussion_r768392672
##########
File path: docs/zh-CN/extending-doris/flink-doris-connector.md
##########
@@ -224,33 +264,32 @@ DorisReadOptions readOptions =
DorisReadOptions.defaults();
DorisExecutionOptions executionOptions = DorisExecutionOptions.defaults();
LogicalType[] types = {new VarCharType(), new DoubleType(), new DoubleType()};
-String[] fiels = {"city", "longitude", "latitude"};
+String[] fields = {"city", "longitude", "latitude"};
-DorisDynamicOutputFormat outputFormat =
- new DorisDynamicOutputFormat(dorisOptions, readOptions, executionOptions,
types, fiels);
+DorisDynamicOutputFormat outputFormat = new DorisDynamicOutputFormat(
+ dorisOptions, readOptions, executionOptions, types, fields
+ );
outputFormat.open(0, 1);
data.output(outputFormat);
outputFormat.close();
```
-
-
## 配置
### 通用配置项
| Key | Default Value | Comment
|
| -------------------------------- | ----------------- |
------------------------------------------------------------ |
| fenodes | -- | Doris FE http 地址
|
-| table.identifier | -- | Doris 表名,如:db1.tbl1
|
+| table.identifier sink.properties.* | -- | Doris
表名,如:db1.tbl1 |
Review comment:
```suggestion
| table.identifier | -- | Doris 表名,如:db1.tbl1
|
```
--
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]