You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/06/09 12:12:17 UTC

[flink] branch master updated (415b78a -> 8a7093b)

This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 415b78a  [FLINK-18045] Fix Kerberos credentials checking
     add 8a7093b  [FLINK-18126][python] Correct the exception handling of the Python CompletableFuture

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/common/completable_future.py  | 48 +++++++++++++++-------
 flink-python/pyflink/common/job_client.py          | 13 ++++--
 .../pyflink/common/job_execution_result.py         |  2 +-
 .../dataset/tests/test_execution_environment.py    |  2 +-
 .../tests/test_stream_execution_environment.py     |  2 +-
 flink-python/pyflink/util/exceptions.py            | 17 ++++++++
 6 files changed, 63 insertions(+), 21 deletions(-)