[jira] [Updated] (SPARK-21625) sqrt(negative number) should be null
[ https://issues.apache.org/jira/browse/SPARK-21625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-21625: Component/s: (was: SQL) Documentation > sqrt(negative number) should be null >
[jira] [Updated] (SPARK-21625) sqrt(negative number) should be null
[ https://issues.apache.org/jira/browse/SPARK-21625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-21625: Description: Both Hive and MySQL are null: {code:sql} hive> select SQRT(-10.0); OK NULL Time taken