Skip to content

[SPARK-41267][R][SQL] Add unpivot / melt to SparkR#38804

Closed
zero323 wants to merge 1 commit intoapache:masterfrom
zero323:SPARK-41267
Closed

[SPARK-41267][R][SQL] Add unpivot / melt to SparkR#38804
zero323 wants to merge 1 commit intoapache:masterfrom
zero323:SPARK-41267

Conversation

@zero323
Copy link
Copy Markdown
Member

@zero323 zero323 commented Nov 25, 2022

What changes were proposed in this pull request?

This PR adds unpivot / melt functions to SpakR.

Why are the changes needed?

Feature parity.

Does this PR introduce any user-facing change?

New functions available to R users.

How was this patch tested?

New unit tests.

Copy link
Copy Markdown
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

Awesome!

@HyukjinKwon
Copy link
Copy Markdown
Member

Merged to master.

@zero323 zero323 deleted the SPARK-41267 branch November 27, 2022 18:12
@zero323
Copy link
Copy Markdown
Member Author

zero323 commented Nov 27, 2022

Thanks @HyukjinKwon!

beliefer pushed a commit to beliefer/spark that referenced this pull request Dec 15, 2022
### What changes were proposed in this pull request?

This PR adds `unpivot` / `melt` functions to SpakR.

### Why are the changes needed?

Feature parity.

### Does this PR introduce _any_ user-facing change?

New functions available to R users.

### How was this patch tested?

New unit tests.

Closes apache#38804 from zero323/SPARK-41267.

Authored-by: zero323 <mszymkiewicz@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
beliefer pushed a commit to beliefer/spark that referenced this pull request Dec 18, 2022
### What changes were proposed in this pull request?

This PR adds `unpivot` / `melt` functions to SpakR.

### Why are the changes needed?

Feature parity.

### Does this PR introduce _any_ user-facing change?

New functions available to R users.

### How was this patch tested?

New unit tests.

Closes apache#38804 from zero323/SPARK-41267.

Authored-by: zero323 <mszymkiewicz@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants