Skip to content

Commit

Permalink
Update connector-sink.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hellolilyliuyi authored Aug 24, 2023
1 parent 2178404 commit a389653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/connector-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ In your Maven project's `pom.xml` file, add the Flink connector as a dependency
| sink.properties.row_delimiter | No | \n | The row delimiter for CSV-formatted data. |
| sink.properties.column_separator | No | \t | The column separator for CSV-formatted data. |
| sink.properties.max_filter_ratio | No | 0 | The maximum error tolerance of the stream load. It's the maximum percentage of data records that can be filtered out due to inadequate data quality. Valid values: 0 to 1. Default value: 0. See [Stream Load](https://docs.starrocks.io/en-us/latest/sql-reference/sql-statements/data-manipulation/STREAM%20LOAD) for details. |
| sink.parallelism | No | NONE | The parallelism of the connector. Only available for Flink SQL. If not set, Flink planner will decide the parallelism. |
| sink.parallelism | No | NONE | The parallelism of the connector. Only available for Flink SQL. If not set, Flink planner will decide the parallelism. In the scenario of multi-parallelism, users need to guarantee data is written in the correct order. |


## Data type mapping between Flink and StarRocks
Expand Down

0 comments on commit a389653

Please sign in to comment.