Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 22, 2025

What changes were proposed in this pull request?

This PR aims to support join and crossJoin in DataFrame.

Why are the changes needed?

For feature parity.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

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

No.

@dongjoon-hyun
Copy link
Member Author

Let me merge this to unblock the next dev steps.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51863 branch April 22, 2025 07:59
/// - right: Right side of the join operation.
/// - usingColumn: Name of the column to join on. This column must exist on both sides.
/// - joinType: Type of join to perform. Default `inner`.
/// - Returns: <#description#>

Choose a reason for hiding this comment

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

#description# is some kind of placeholder?

@dongjoon-hyun
Copy link
Member Author

Thank you for review, @peter-toth .

<#description#> was a template which I didn't fill mistakenly. Let me fix it at the next round.

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.

2 participants