You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kk...@apache.org on 2020/08/24 08:24:40 UTC

[flink] branch master updated (3b1b77e -> 3394da1)

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

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


    from 3b1b77e  [FLINK-18955][Checkpointing] Add checkpoint path to job startup/restore message
     add 3394da1  [FLINK-18742][cli] Respect all config args when creating packaged program at client

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/client/cli/CliFrontend.java   |  47 +++++--
 .../flink/client/program/PackagedProgram.java      |  32 ++++-
 .../cli/CliFrontendDynamicPropertiesTest.java      | 152 +++++++++++++++++++++
 .../librarycache/FlinkUserCodeClassLoaders.java    |   2 +-
 4 files changed, 222 insertions(+), 11 deletions(-)
 create mode 100644 flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendDynamicPropertiesTest.java