Max Gekk created SPARK-34737:
--------------------------------

             Summary: 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


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

Reply via email to