godfreyhe commented on a change in pull request #12688:
URL: https://github.com/apache/flink/pull/12688#discussion_r441930424
##########
File path: flink-python/pyflink/table/table_result.py
##########
@@ -48,6 +51,22 @@ def get_job_client(self):
else:
return None
+ def wait(self, timeout_ms=None):
Review comment:
`await` is a keyword in python.
just like `as` method in `Table`, python `Table` uses `alias`.
now flink-python does not defined Exceptions, java exception will be thrown
directly. example: python `Catalog` class
----------------------------------------------------------------
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]