[SPARK-33040][R][ML] Add SparkR wrapper for vector_to_array#29917
[SPARK-33040][R][ML] Add SparkR wrapper for vector_to_array#29917zero323 wants to merge 4 commits intoapache:masterfrom
Conversation
|
Test build #129287 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #129288 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #129291 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
cc @WeichenXu123 and @mengxr. |
|
Test build #129346 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #129375 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Retest this please. |
|
Test build #129376 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #129384 has finished for PR 29917 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Merged to master. |
### What changes were proposed in this pull request? - Reorder choices of `dtype` to match Scala defaults. - Add example to ml_functions. ### Why are the changes needed? As requested: - #29917 (review) - #29917 (review) ### Does this PR introduce _any_ user-facing change? No (changes to newly added component). ### How was this patch tested? Existing tests. Closes #29944 from zero323/SPARK-33040-FOLLOW-UP. Authored-by: zero323 <mszymkiewicz@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
Add SparkR wrapper for
o.a.s.ml.functions.vector_to_arrayWhy are the changes needed?
Does this PR introduce any user-facing change?
Yes, new R function is added.
How was this patch tested?