godfreyhe commented on a change in pull request #12867:
URL: https://github.com/apache/flink/pull/12867#discussion_r457161336



##########
File path: flink-python/pyflink/table/table_result.py
##########
@@ -134,10 +134,19 @@ def print(self):
         """
         Print the result contents as tableau form to client console.
 
-        For streaming mode, this method guarantees end-to-end exactly-once 
record delivery
-        which requires the checkpointing mechanism to be enabled.
-        By default, checkpointing is disabled. To enable checkpointing, set 
checkpointing properties
-        (see ExecutionCheckpointingOptions) through 
`TableConfig#getConfiguration()`.
+        This method has slightly different behaviors under different 
checkpointing settings.
+
+            - For batch jobs or streaming jobs without checkpointing,
+              this method has neither exactly-once nor at-least-once guarantee.

Review comment:
       Reduce indentation




----------------------------------------------------------------
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:
[email protected]


Reply via email to