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

Fix left semi project join when all build side rows have null join keys #3635

Closed

Conversation

mbasmanova
Copy link
Contributor

When build side is not empty, but all its rows have null join keys, the result
of the semi project join should be NULL, not FALSE.

Fixes #3626.

@mbasmanova mbasmanova requested a review from xiaoxmeng January 4, 2023 14:48
@mbasmanova mbasmanova marked this pull request as ready for review January 4, 2023 14:48
@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 4, 2023
@netlify
Copy link

netlify bot commented Jan 4, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit f3708b9
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/63b591a25803e300093f1a8e

@facebook-github-bot
Copy link
Contributor

@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbasmanova thanks for the quick fix!

@facebook-github-bot
Copy link
Contributor

@mbasmanova merged this pull request in 2672006.

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. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Right semi join returns incorrect result
3 participants