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: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to