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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to