This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 17b805bc9af [FLINK-30802][connectors] Document that
SplitReader#fetch() may interrupt&resume
new 3f53ef1fad8 [FLINK-30129][table] Push projection through
ChangelogNormalize
new 1b262d5a85d [FLINK-30129][table] Rename
PushFilterPastChangelogNormalizeRule to PushCalcPastChangelogNormalizeRule
new 617fcaa6074 [hotfix][table] Fix plan tests for the new
PushCalcPastChangelogNormalizeRule
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../stream/PushCalcPastChangelogNormalizeRule.java | 333 +++++++++++++++++++++
.../PushFilterPastChangelogNormalizeRule.java | 256 ----------------
.../planner/plan/rules/FlinkStreamRuleSets.scala | 2 +-
...=> PushCalcPastChangelogNormalizeRuleTest.java} | 68 ++++-
.../physical/stream/ChangelogModeInferenceTest.xml | 6 +-
... => PushCalcPastChangelogNormalizeRuleTest.xml} | 83 ++++-
.../planner/plan/stream/sql/TableScanTest.xml | 16 +-
7 files changed, 484 insertions(+), 280 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/physical/stream/PushCalcPastChangelogNormalizeRule.java
delete mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/physical/stream/PushFilterPastChangelogNormalizeRule.java
rename
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/rules/physical/stream/{PushFilterPastChangelogNormalizeRuleTest.java
=> PushCalcPastChangelogNormalizeRuleTest.java} (55%)
rename
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/physical/stream/{PushFilterPastChangelogNormalizeRuleTest.xml
=> PushCalcPastChangelogNormalizeRuleTest.xml} (57%)