The GitHub Actions job "Nightly (beta)" on flink.git/master has succeeded.
Run started by GitHub user github-actions[bot] (triggered by 
github-actions[bot]).

Head commit for run:
e7084a6d634a33ec48e74a4bd1bc3c5f43759a03 / lincoln lee <[email protected]>
[FLINK-39966][table-planner] FlinkRelMdModifiedMonotonicity wrongly reports a 
non-time-attribute Top-1 Rank as insert-only

FLINK-34702 removed the dedicated StreamPhysicalDeduplicate metadata handler and
re-routed deduplication monotonicity through StreamPhysicalRank, but the new
dispatch guard only checked RankUtil.isDeduplication (Top-1 ROW_NUMBER without
rank number). It dropped the sortOnTimeAttributeOnly invariant the old node type
implicitly carried.

Tighten the guard to isDeduplication && sortOnTimeAttributeOnly restoring the
original logic.

This closes #28505.

Report URL: https://github.com/apache/flink/actions/runs/27999079387

With regards,
GitHub Actions via GitBox

Reply via email to