waitingkuo commented on PR #7844:
URL: 
https://github.com/apache/arrow-datafusion/pull/7844#issuecomment-1770268498

   Thank you @comphead @alamb 
   
   This looks great, this closes #2979 as well.
   
   To align with Postgrseql, perhaps we could fire another ticket for 
supporting more inputs like floating number & string.
   i.e. in postgresql
   ```bash
   willy=# select to_timestamp('1.1');
          to_timestamp       
   --------------------------
    1970-01-01 08:00:01.1+08
   (1 row)
   
   willy=# select to_timestamp(1.1);
          to_timestamp       
   --------------------------
    1970-01-01 08:00:01.1+08
   ```


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