[ https://issues.apache.org/jira/browse/SPARK-31727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wenchen Fan resolved SPARK-31727. --------------------------------- Fix Version/s: 3.0.0 Assignee: Maxim Gekk Resolution: Fixed > Inconsistent error messages of casting timestamp to int > ------------------------------------------------------- > > Key: SPARK-31727 > URL: https://issues.apache.org/jira/browse/SPARK-31727 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 3.0.0, 3.1.0 > Reporter: Maxim Gekk > Assignee: Maxim Gekk > Priority: Major > Fix For: 3.0.0 > > > Casting 1900-05-05 18:34:56.1 to int produces different error messages for in > the non-codegen and codegen mode: > # codegen: "Casting -2198208303900000 to int causes overflow" > # non-codegen: "Casting -2198208304 to int causes overflow" > The error message in the non-codegen contains intermediate results. -- 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