xuyangzhong commented on PR #27698: URL: https://github.com/apache/flink/pull/27698#issuecomment-3976286348
> @xuyangzhong Does this relate to [PR 27699](https://github.com/apache/flink/pull/27699) ? the change to [DuplicateChangesInferRuleTest.xml](flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/physical/stream/DuplicateChangesInferRuleTest.xml) seems to come from the other PR. Hi, @davidradl It’s unrelated to the other PR. The changes to `DuplicateChangesInferRuleTest.xml` in this PR are because LookupJoin can currently accept redundant results, which in turn drives upstream Calc, WatermarkAssigner, and TableSource to support producing redundant results. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
