Skip to content
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

feat: Add support for leftSemiProject join in nested loop join #12172

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

ArnavBalyan
Copy link

@ArnavBalyan ArnavBalyan commented Jan 25, 2025

  • Add support for LeftSemiProjectJoin in nested loop join.
  • Piggyback on existing logic and add the probe row along with boolean match flag to indicate a match.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 25, 2025
Copy link

netlify bot commented Jan 25, 2025

Deploy Preview for meta-velox failed.

Name Link
🔨 Latest commit 3c33dc9
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/679b26c5f910e600082afcf7

@ArnavBalyan
Copy link
Author

cc @rui-mo can you please help with a review

@ArnavBalyan ArnavBalyan force-pushed the arnavb/left-outer-nested branch from 36fc1e2 to 1d0b230 Compare January 30, 2025 04:55
@ArnavBalyan ArnavBalyan force-pushed the arnavb/left-outer-nested branch from 1d0b230 to f3c3eca Compare January 30, 2025 05:00
@ArnavBalyan ArnavBalyan marked this pull request as draft January 30, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants