[ https://issues.apache.org/jira/browse/SPARK-40054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-40054: ------------------------------------ Assignee: Gengliang Wang (was: Apache Spark) > 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 > > 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