dianfu commented on a change in pull request #13295:
URL: https://github.com/apache/flink/pull/13295#discussion_r483425236



##########
File path: docs/dev/python/faq.md
##########
@@ -52,6 +52,20 @@ $ source venv/bin/activate
 $ python xxx.py
 {% endhighlight %}
 
+**Note:** When running jobs in mini-cluster asynchronously, remember to  get a 
`JobClient` to wait for the execution to 

Review comment:
       ```suggestion
   **Note:** When executing jobs in mini-cluster asynchronously (e.g. 
TableEnvironment.execute_sql, StatementSet.execute, etc in the Python Table 
API; StreamExecutionEnvironment.execute_async in the Python DataStream API), 
remember to wait for the execution to 
   ```




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