Au-Miner commented on code in PR #26649:
URL: https://github.com/apache/flink/pull/26649#discussion_r2151882971
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/optimize/StreamNonDeterministicUpdatePlanVisitor.java:
##########
@@ -200,7 +201,8 @@ public StreamPhysicalRel visit(
|| rel instanceof StreamPhysicalSortLimit
|| rel instanceof StreamPhysicalTemporalSort
|| rel instanceof StreamPhysicalWatermarkAssigner
- || rel instanceof StreamPhysicalExchange) {
+ || rel instanceof StreamPhysicalExchange
+ || rel instanceof StreamPhysicalDeltaJoin) {
Review Comment:
#testExplainPlanAdvice need to validate NDU here so I add #visitDeltaJoin.
--
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]