fsk119 commented on code in PR #21959:
URL: https://github.com/apache/flink/pull/21959#discussion_r1111528130
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/ExecutionConfigOptions.java:
##########
@@ -160,7 +160,7 @@ public class ExecutionConfigOptions {
Description.builder()
.text(
"In order to minimize the
distributed disorder problem when writing data into table with primary keys
that many users suffers. "
- + "FLINK will auto add a
keyed shuffle by default when the sink's parallelism differs from upstream
operator and upstream is append only. "
+ + "FLINK will auto add a
keyed shuffle by default when the sink parallelism differs from upstream
operator and sink parallelism is not 1."
Review Comment:
nit: add a blank space after "1."
--
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]