[ 
https://issues.apache.org/jira/browse/SPARK-36838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angerszhu updated SPARK-36838:
------------------------------
    Description: 
Since Set can't check is NaN value is contained in current set.
With codegen, only when value set contains NaN then we have necessary to check 
if the value is NaN, or we just need t
o check is the Set contains the value.

  was:In current code, In/InSet return null when value is null, this behavior 
is not correct


> Improve InSet NaN check generated code performance
> --------------------------------------------------
>
>                 Key: SPARK-36838
>                 URL: https://issues.apache.org/jira/browse/SPARK-36838
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.3, 3.1.2, 3.2.0
>            Reporter: angerszhu
>            Assignee: Apache Spark
>            Priority: Major
>
> Since Set can't check is NaN value is contained in current set.
> With codegen, only when value set contains NaN then we have necessary to 
> check if the value is NaN, or we just need t
> o check is the Set contains the value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to