You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/29 09:59:33 UTC

[GitHub] [arrow-datafusion] waitingkuo commented on issue #3982: Implement `current_time` Function

waitingkuo commented on issue #3982:
URL: https://github.com/apache/arrow-datafusion/issues/3982#issuecomment-1295789738

   @alamb postgresql's current_time returns TIMETZ
   
   ```bash
   willy=# select pg_typeof(current_time);
         pg_typeof      
   ---------------------
    time with time zone
   (1 row)
   ```
   
   what should we return here?


-- 
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-unsubscribe@arrow.apache.org

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