davidradl commented on PR #26514: URL: https://github.com/apache/flink/pull/26514#issuecomment-2835102889
@morazow If I am understanding this correctly, the filtered pushed down joins cause the Volcano planner to uniquely identify each look up join. I wonder what happens if one of the lookup joins supports filter push down but the other doesn't? Does the <PUSHED-DOWN-FILTERS> include the name of the source as well as the filter? It would be good to have tests for when both sources support filter pushdown, neither do and only 1 does. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org