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

ASF GitHub Bot updated SPARK-49164:
-----------------------------------
    Labels: pull-request-available  (was: )

> Fix not NullSafeEqual in predicate of SQL query in JDBC Relation
> ----------------------------------------------------------------
>
>                 Key: SPARK-49164
>                 URL: https://issues.apache.org/jira/browse/SPARK-49164
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: Petar Vasiljevic
>            Priority: Major
>              Labels: pull-request-available
>
> There is a bug in the evaluation of <=> (NullEqualSafe) in 
> V2ExpressionSQLBuilder.scala. If there was a predicate like
> where not str <=> 'abc' and if there are null values in the table, null 
> tables are not returned even though they should. The issue is in how <=> is 
> translated to SQL string therefore producing wrong results.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to