[ https://issues.apache.org/jira/browse/SPARK-40054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gengliang Wang resolved SPARK-40054. ------------------------------------ Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 37486 [https://github.com/apache/spark/pull/37486] > Restore the error handling syntax of try_cast() > ----------------------------------------------- > > Key: SPARK-40054 > URL: https://issues.apache.org/jira/browse/SPARK-40054 > Project: Spark > Issue Type: Sub-task > Components: SQL > Affects Versions: 3.4.0 > Reporter: Gengliang Wang > Assignee: Gengliang Wang > Priority: Major > Fix For: 3.4.0 > > > For the following query > {code:java} > SET spark.sql.ansi.enabled=true; > SELECT try_cast(1/0 AS string); {code} > Spark 3.3 will throw an exception for the division by zero error. In current > master branch, it returns null after the refactoring PR > https://github.com/apache/spark/pull/36703 > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org