You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/03/07 08:17:56 UTC

[flink] branch master updated (47c599c -> fb05fab)

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

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


    from 47c599c  [FLINK-26453][clients] Prevent program configurations also when executeAsync is called
     add fb05fab  [FLINK-25969][table-runtime] Clean up caches in CompileUtils more aggressively

No new revisions were added by this update.

Summary of changes:
 .../table/planner/delegation/BatchPlanner.scala    |  8 +--
 .../table/planner/delegation/PlannerBase.scala     | 24 +++----
 .../table/planner/delegation/StreamPlanner.scala   | 20 +++---
 .../table/runtime/generated/CompileUtils.java      | 78 ++++++++++++++++------
 .../table/runtime/generated/CompileUtilsTest.java  |  3 +-
 5 files changed, 84 insertions(+), 49 deletions(-)