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

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


    from 73fa677  [FLINK-17081][table-planner-blink] Extend batch integration 
tests with TestLogger
     add 8615625  [FLINK-16761][python] Return JobExecutionResult for Python 
execute method (#11670)

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/common/__init__.py            |  2 +
 .../pyflink/common/job_execution_result.py         | 96 ++++++++++++++++++++++
 .../pyflink/dataset/execution_environment.py       |  6 +-
 .../dataset/tests/test_execution_environment.py    | 22 ++++-
 .../datastream/stream_execution_environment.py     |  6 +-
 .../tests/test_stream_execution_environment.py     | 20 +++++
 flink-python/pyflink/table/table_environment.py    |  4 +-
 7 files changed, 150 insertions(+), 6 deletions(-)
 create mode 100644 flink-python/pyflink/common/job_execution_result.py

Reply via email to