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-33622][R][ML] Add array_to_vector to SparkR #30561

Closed
wants to merge 2 commits into from

Conversation

zero323
Copy link
Member

@zero323 zero323 commented Dec 1, 2020

What changes were proposed in this pull request?

This PR adds array_to_vector to R API.

Why are the changes needed?

Feature parity.

Does this PR introduce any user-facing change?

New function exposed in the public API.

How was this patch tested?

New unit test.
Manual verification of the documentation examples.

@zero323
Copy link
Member Author

zero323 commented Dec 1, 2020

Note: 157c56a just moves definition close to vector_to_array.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @zero323 and @HyukjinKwon .
Merged to master for Apache Spark 3.1.0.

@zero323
Copy link
Member Author

zero323 commented Dec 1, 2020

Thanks!

@zero323 zero323 deleted the SPARK-33622 branch December 1, 2020 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants