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

[SPARK-48027][SQL][FOLLOWUP] Add comments for the other code branch #46536

Closed
wants to merge 2 commits into from

Conversation

beliefer
Copy link
Contributor

What changes were proposed in this pull request?

This PR propose to add comments for the other code branch.

Why are the changes needed?

#46263 missing the comments for the other code branch.

Does this PR introduce any user-facing change?

'No'.

How was this patch tested?

N/A

Was this patch authored or co-authored using generative AI tooling?

'No'.

@github-actions github-actions bot added the SQL label May 11, 2024
@beliefer
Copy link
Contributor Author

ping @AngersZhuuuu cc @cloud-fan

// right outer join output: (3, 3), (null, 4)
// right key output: 3, 4
// Any join side always produce a superset output of its corresponding
// join keys, but for transitive join keys we need to check the join type.
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we refine and move the comments to the beginning? Then we don't need to duplicate it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 0ea8088 May 14, 2024
@beliefer
Copy link
Contributor Author

@cloud-fan Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants