You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/11/29 07:13:00 UTC

[jira] [Commented] (SPARK-26211) Fix InSet for binary, and struct and array with null.

    [ https://issues.apache.org/jira/browse/SPARK-26211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702801#comment-16702801 ] 

Apache Spark commented on SPARK-26211:
--------------------------------------

User 'ueshin' has created a pull request for this issue:
https://github.com/apache/spark/pull/23176

> Fix InSet for binary, and struct and array with null.
> -----------------------------------------------------
>
>                 Key: SPARK-26211
>                 URL: https://issues.apache.org/jira/browse/SPARK-26211
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.3.2, 2.4.0
>            Reporter: Takuya Ueshin
>            Priority: Major
>
> Currently {{InSet}} doesn't work properly for binary type, or struct and array type with null value in the set.
>  Because, as for binary type, the {{HashSet}} doesn't work properly for {{Array[Byte]}}, and as for struct and array type with null value in the set, the {{ordering}} will throw a {{NPE}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org