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

[jira] [Created] (SPARK-22469) Accuracy problem in comparison with string and numeric

Lijia Liu created SPARK-22469:
---------------------------------

             Summary: Accuracy problem in comparison with string and numeric 
                 Key: SPARK-22469
                 URL: https://issues.apache.org/jira/browse/SPARK-22469
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.2.0
            Reporter: Lijia Liu



{code:sql}
select '1.5' > 0.5; // Result is NULL in Spark but is true in Hive.
{code}

IIUC, we can cast string as double like Hive.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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