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

   @findepi 
   How duckdb works in case of decimal/float input: 
   
   ```
   D  SELECT to_timestamp(1.1) as c1;
   ┌─────────────────────────────┐
   │             c1              │
   │  timestamp with time zone   │
   ├─────────────────────────────┤
   │ 1970-01-01 05:30:01.1+05:30 │
   └─────────────────────────────┘
   ```
   
   what is the expected output ? 
   
   
   


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