Skip to content

Support native non-equal lookup join planning #25233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zacw7
Copy link
Member

@zacw7 zacw7 commented Jun 1, 2025

This change adds an extractor to traverse the Join plan and get lookup variables in different PlanNode, which enables index look join without any equal join condition for native execution.

== NO RELEASE NOTE ==

@prestodb-ci prestodb-ci added the from:Meta PR from Meta label Jun 1, 2025
@zacw7 zacw7 force-pushed the non-equal-lookup branch from c4ace6f to b62a827 Compare June 1, 2025 05:30
@zacw7 zacw7 requested a review from xiaoxmeng June 1, 2025 05:31
@zacw7 zacw7 force-pushed the non-equal-lookup branch from b62a827 to ab5abe1 Compare June 1, 2025 05:32
@zacw7 zacw7 marked this pull request as ready for review June 1, 2025 05:35
@zacw7 zacw7 requested a review from a team as a code owner June 1, 2025 05:35
@zacw7 zacw7 requested a review from hantangwangd June 1, 2025 05:35
This change adds an extractor to traverse the Join plan and get lookup variables in different PlanNode, which enables index look join without any equal join condition for native execution.
@zacw7 zacw7 force-pushed the non-equal-lookup branch from ab5abe1 to 5d131be Compare June 1, 2025 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from:Meta PR from Meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants