comphead commented on issue #7802:
URL: 
https://github.com/apache/arrow-datafusion/issues/7802#issuecomment-1761786392

   @alamb @Weijun-H 
   I agree
   
   ```
   ❯ select to_timestamp_seconds(-62125747200);
   +-------------------------------------------+
   | to_timestamp_seconds(Int64(-62125747200)) |
   +-------------------------------------------+
   | 0001-04-25T00:00:00                       |
   +-------------------------------------------+
   1 row in set. Query took 0.002 seconds.
   ```
   
   I'll prepare a fix to make `to_timestamp` working with seconds, do you think 
we need a `to_timestamp_nanos` instead


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to