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/02 13:04:39 UTC

[flink] branch master updated (1bb8f9f -> c6d27ba)

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 1bb8f9f  [hotfix] improvements to savepoint docs (#18909)
     add c6d27ba  [FLINK-26280][table-planner] Add 'table.exec.legacy-transformation-uids' to support old transformation uid generation behaviour

No new revisions were added by this update.

Summary of changes:
 .../table/api/config/ExecutionConfigOptions.java   | 13 +++
 .../planner/plan/nodes/exec/ExecNodeBase.java      |  6 +-
 .../plan/nodes/exec/common/CommonExecSink.java     |  9 ++-
 .../exec/common/CommonExecTableSourceScan.java     | 11 ++-
 .../nodes/exec/stream/StreamExecIntervalJoin.java  | 20 ++++-
 .../plan/nodes/exec/stream/StreamExecMatch.java    | 15 ++--
 .../plan/nodes/exec/TransformationsTest.java       | 93 +++++++++++++++++-----
 7 files changed, 127 insertions(+), 40 deletions(-)