xuyangzhong commented on code in PR #27225:
URL: https://github.com/apache/flink/pull/27225#discussion_r2516416844


##########
docs/static/fig/table-streaming/delta_join.png:
##########


Review Comment:
   Actually, the both two source are all delta join sources.
   
   When the changelog data from the left scan source comes into the delta join 
operator, it triggers an index lookup in the right table. Conversely, when the 
changelog data from the right scan source arrives, it initiates an index lookup 
in the left table.



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