davidradl commented on code in PR #26966:
URL: https://github.com/apache/flink/pull/26966#discussion_r2329709084


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinToMultiJoinRule.java:
##########
@@ -723,6 +737,71 @@ private boolean containsSnapshot(RelNode relNode) {
         }
     }
 
+    /**
+     * Processes state TTL hints for a given side (left or right) of a join 
operation.

Review Comment:
   nit: instead of processes, could we detail what this method does - maybe 
rename the method to indicate what it does . Maybe something like 
addSideHintstoHintBuilder



-- 
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]

Reply via email to