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

Implement right join support #35462

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Implement right join support #35462

merged 1 commit into from
Jan 30, 2025

Conversation

roji
Copy link
Member

@roji roji commented Jan 13, 2025

This PR is based on top of #35451, review from 2nd commit only.

Closes #35367

@roji roji requested review from maumar and cincuranet January 13, 2025 16:08
@roji roji requested review from a team and AndriySvyryd as code owners January 13, 2025 16:08
@roji roji force-pushed the RightJoin branch 2 times, most recently from 4cb34bb to 778c04e Compare January 13, 2025 23:30
@roji
Copy link
Member Author

roji commented Jan 14, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@roji roji force-pushed the RightJoin branch 2 times, most recently from 19ae80d to 73c1528 Compare January 15, 2025 10:29
@@ -620,6 +620,31 @@ FROM [JsonEntitiesSingleOwned] AS [j]
""");
}

public override async Task RightJoin_json_entities(bool async)
{
// TODO:SQLJSON Returns empty (invalid) JSON (See BadJson.cs)
Copy link
Member

Choose a reason for hiding this comment

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

this should not block a PR merge. we can create an issue to track this work later.

@SamMonoRT
Copy link
Member

LGTM - @cincuranet please take a look

@roji roji enabled auto-merge (squash) January 30, 2025 10:05
@roji roji disabled auto-merge January 30, 2025 11:45
@roji roji merged commit 22865f7 into dotnet:main Jan 30, 2025
4 of 7 checks passed
@roji roji deleted the RightJoin branch January 30, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fully support right outer joins
4 participants