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

   @naosense 
   you can do the following for now if you want to add that test case
   ```bash
   ❯ select (now()::bigint % 86400000000000)::time;
   +-------------------------------+
   | now() % Int64(86400000000000) |
   +-------------------------------+
   | 07:41:27.421667               |
   +-------------------------------+
   ```
   
   i'll be great if you could fire a issue (or even a pr) to arrow-rs


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