[ https://issues.apache.org/jira/browse/SPARK-36445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-36445: ------------------------------------ Assignee: Apache Spark (was: Gengliang Wang) > ANSI type coercion rule for date time operations > ------------------------------------------------ > > Key: SPARK-36445 > URL: https://issues.apache.org/jira/browse/SPARK-36445 > Project: Spark > Issue Type: Sub-task > Components: SQL > Affects Versions: 3.2.0 > Reporter: Gengliang Wang > Assignee: Apache Spark > Priority: Major > > Currently the type coercion rule `DateTimeOperations` doesn't match the > design of the ANSI type coercion system: > 1. For date_add/date_sub, if the input is timestamp type, Spark should not > convert it into date type since date type is narrower than timestamp. > 2. For date_add/date_sub/time_add, string value can be implicit cast to > date/timestamp only when it is literal. > Thus, we need to have a new rule for the date time operations in ANSI type > coercion system. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org