[
https://issues.apache.org/jira/browse/SPARK-36702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-36702:
------------------------------------
Assignee: Apache Spark
> array_union should not produce duplicated result
> ------------------------------------------------
>
> Key: SPARK-36702
> URL: https://issues.apache.org/jira/browse/SPARK-36702
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.4.0
> Reporter: Wenchen Fan
> Assignee: Apache Spark
> Priority: Major
>
> {code:java}
> select array_union(array(cast('nan' as double), cast('nan' as double)),
> array())
> {code}
> This returnsĀ [NaN, NaN], but it should return [NaN]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]