[ https://issues.apache.org/jira/browse/SPARK-34737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17301077#comment-17301077 ]
Apache Spark commented on SPARK-34737: -------------------------------------- User 'MaxGekk' has created a pull request for this issue: https://github.com/apache/spark/pull/31831 > Discrepancy between TIMESTAMP_SECONDS and cast from float > --------------------------------------------------------- > > Key: SPARK-34737 > URL: https://issues.apache.org/jira/browse/SPARK-34737 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 3.2.0 > Reporter: Max Gekk > Priority: Major > > TIMESTAMP_SECONDS and CAST(<float> AS TIMESTAMP) have different results: > {code:sql} > spark-sql> SELECT CAST(16777215.0f AS TIMESTAMP); > 1970-07-14 07:20:15 > spark-sql> SELECT TIMESTAMP_SECONDS(16777215.0f); > 1970-07-14 07:20:14.951424 > {code} -- 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