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 2019/09/17 07:30:56 UTC

[flink] branch master updated (bdcc81d -> 15a7f97)

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 bdcc81d  [hotfix][runtime] Change return type for methods Execution#processFail(...)
     add 081cb0f  [FLINK-13972] Remove PackagedProgram#getPreviewPlan()
     add 75579de  [FLINK-13972] Remove preview field from PreviewPlanEnv
     add 8247ed4  [FLINK-13972] Remove all production usages of the PreviewPlanEnv
     add e3aa519  [FLINK-13972] Move PreviewPlanEnv to flink-tests
     add b3e83a2  [FLINK-13972] Rename the PreviewPlanEnv
     add 15a7f97  [hotfix] Removed unused ClusterClient#run()

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/client/program/ClusterClient.java |  5 ---
 .../flink/client/program/PackagedProgram.java      | 52 ----------------------
 .../apache/flink/client/program/ClientTest.java    |  1 -
 .../client/program/ExecutionPlanCreationTest.java  |  1 -
 .../flink/client/program/PackagedProgramTest.java  | 27 -----------
 .../environment/StreamExecutionEnvironment.java    |  3 +-
 .../api/environment/StreamPlanEnvironment.java     |  3 --
 .../optimizer/examples/KMeansSingleStepTest.java   |  4 +-
 .../examples/RelationalQueryCompilerTest.java      |  4 +-
 .../iterations/ConnectedComponentsCoGroupTest.java |  4 +-
 .../optimizer/jsonplan/DumpCompiledPlanTest.java   | 14 +++---
 .../optimizer/jsonplan/PreviewPlanDumpTest.java    | 14 +++---
 .../apache/flink/test/planning/LargePlanTest.java  |  4 +-
 .../flink/test/util/PlanExposingEnvironment.java   | 26 +++--------
 14 files changed, 28 insertions(+), 134 deletions(-)
 rename flink-clients/src/main/java/org/apache/flink/client/program/PreviewPlanEnvironment.java => flink-tests/src/test/java/org/apache/flink/test/util/PlanExposingEnvironment.java (74%)