You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by go...@apache.org on 2023/01/03 04:06:40 UTC

[flink] branch release-1.16 updated (31f1e235f87 -> c1435524399)

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

godfrey pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 31f1e235f87 [FLINK-27691][table-planner] Remove unnecessary state ttl to avoid unstable results of RankHarnessTest
     add 17b42516ceb [FLINK-28988][table-planner] Don't push filters down into the right table for temporal join
     add c1435524399 [hotfix][table-planner] Fix tests for FLINK-28988 merged

No new revisions were added by this update.

Summary of changes:
 .../plan/rules/logical/FlinkFilterJoinRule.java    |  36 +++++++
 .../physical/stream/ChangelogModeInferenceTest.xml | 108 +++++++++++++++++++++
 ...AssignerChangelogNormalizeTransposeRuleTest.xml |  15 ++-
 .../plan/stream/sql/join/TemporalJoinTest.xml      |  64 ++++++------
 .../stream/ChangelogModeInferenceTest.scala        |  33 +++++++
 .../runtime/stream/sql/TemporalJoinITCase.scala    |  26 ++++-
 6 files changed, 235 insertions(+), 47 deletions(-)