zentol commented on a change in pull request #14475:
URL: https://github.com/apache/flink/pull/14475#discussion_r547837114



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
##########
@@ -84,7 +84,7 @@
                        .intType()
                        .noDefaultValue()
                        .withDescription("The tolerable checkpoint failure 
number. If set to 0, that means" +
-                               "we do not tolerance any checkpoint failure.");
+                               " we do not tolerance any checkpoint failure.");

Review comment:
       ```suggestion
                                "we do not tolerance any checkpoint failure.");
   ```

##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
##########
@@ -84,7 +84,7 @@
                        .intType()
                        .noDefaultValue()
                        .withDescription("The tolerable checkpoint failure 
number. If set to 0, that means" +

Review comment:
       ```suggestion
                        .withDescription("The tolerable checkpoint failure 
number. If set to 0, that means " +
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to