[
https://issues.apache.org/jira/browse/SPARK-20494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-20494.
-------------------------------
Resolution: Won't Fix
> Implement UDF array_unique in Spark with codegen
> ------------------------------------------------
>
> Key: SPARK-20494
> URL: https://issues.apache.org/jira/browse/SPARK-20494
> Project: Spark
> Issue Type: New Feature
> Components: SQL
> Affects Versions: 2.1.0
> Reporter: jane
> Priority: Trivial
>
> It is nice to have a generic UDF that could return an array with all
> duplicate elements removed, e.g., for [1, 2, 2, 3, 4, 3, 6], it could return
> [1,2,3,4,6]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]