This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1223f81228 [doc](flinkconnector) fix english doc #19315
1223f81228 is described below
commit 1223f81228ca5e12dc3bdd5ccd711399a8f055de
Author: wudi <[email protected]>
AuthorDate: Sat May 6 12:04:26 2023 +0800
[doc](flinkconnector) fix english doc #19315
Co-authored-by: wudi <>
---
docs/en/docs/ecosystem/flink-doris-connector.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/docs/ecosystem/flink-doris-connector.md
b/docs/en/docs/ecosystem/flink-doris-connector.md
index 82be9f8bfe..09655a27ca 100644
--- a/docs/en/docs/ecosystem/flink-doris-connector.md
+++ b/docs/en/docs/ecosystem/flink-doris-connector.md
@@ -373,7 +373,7 @@ refer:
[CDCSchemaChangeExample](https://github.com/apache/doris-flink-connector/
| doris.read.field | -- | N | List of column
names in the Doris table, separated by commas |
| doris.filter.query | -- | N | Filter
expression of the query, which is transparently transmitted to Doris. Doris
uses this expression to complete source-side data filtering. |
| sink.label-prefix | -- | Y | The label prefix used by stream load imports.
In the 2pc scenario, global uniqueness is required to ensure the EOS semantics
of Flink. |
-| sink.properties.* | -- | N | The stream load
parameters.<br /> <br /> eg:<br /> sink.properties.column_separator' = ','<br
/> <br /> Setting 'sink.properties.escape_delimiters' = 'true' if you want to
use a control char as a separator, so that such as '\\x01' will translate to
binary 0x01<br /><br />Support JSON format import, you need to enable both
'sink.properties.format' ='json' and 'sink.properties.strip_outer_array'
='true' |
+| sink.properties.* | -- | N | The stream load
parameters.<br /> <br /> eg:<br /> sink.properties.column_separator' = ','<br
/> <br /> Setting 'sink.properties.escape_delimiters' = 'true' if you want to
use a control char as a separator, so that such as '\\x01' will translate to
binary 0x01<br /><br />Support JSON format import, you need to enable both
'sink.properties.format' ='json' and 'sink.properties.read_json_by_line'
='true' |
| sink.enable-delete | true | N | Whether to
enable deletion. This option requires Doris table to enable batch delete
function (0.15+ version is enabled by default), and only supports Uniq model.|
| sink.enable-2pc | true | N | Whether to
enable two-phase commit (2pc), the default is true, to ensure Exactly-Once
semantics. For two-phase commit, please refer to
[here](../data-operate/import/import-way/stream-load-manual.md). |
| sink.max-retries | 1 | N | In the
2pc scenario, the number of retries after the commit phase fails.
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]