Yuming Wang created SPARK-28060:
-----------------------------------

             Summary: Float type can not accept some special inputs
                 Key: SPARK-28060
                 URL: https://issues.apache.org/jira/browse/SPARK-28060
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Yuming Wang


||Query||Spark SQL||PostgreSQL||
|SELECT float('nan');|NULL|NaN|
|SELECT float('   NAN  ');|NULL|NaN|
|SELECT float('infinity');|NULL|Infinity|
|SELECT float('          -INFINiTY   ');|NULL|-Infinity|



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

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

Reply via email to