Omega359 commented on PR #16639:
URL: https://github.com/apache/datafusion/pull/16639#issuecomment-3029143745

   Ok. Well considering I couldn't even figure out how to cast a float to a 
timestamp in postgres without using `to_timestamp` and duckdb outright says 
it's not implemented (see below) I guess it's consistent (must be nanos?) - 
it's just going to surprise pretty much everyone.
   ```
   Use ".open FILENAME" to reopen on a persistent database.
   D select 1.1::timestamp;
   Conversion Error:
   Unimplemented type for cast (DECIMAL(2,1) -> TIMESTAMP)
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to