-
Notifications
You must be signed in to change notification settings - Fork 142
SNOW-2268207: Support lateral join #3971
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
Conversation
| Inner, | ||
| LeftOuter, | ||
| Cross, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know where these join types are documented? I checked our docs but couldn't find it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed offline with @sfc-gh-aling and @sfc-gh-qding. Though inner/left/cross join lateral usages are allowed in SQL execution, lateral_join() API will only support inner join lateral for now to prevent potential future BCR, until Snowflake doc explicitly documents other lateral join types' usages or upon user request. Current LATERAL source
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-2268207
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.