alamb commented on issue #4876:
URL: 
https://github.com/apache/arrow-datafusion/issues/4876#issuecomment-1384721993

   ```sql
   postgres=# SELECT pg_typeof(EXTRACT(YEAR FROM now()));
    pg_typeof 
   -----------
    numeric
   (1 row)
   
   ```
   
   Indeed -- I think we switched `extract` to return `float` but maybe it 
should be numeric? I can't remember the details -- perhaps @waitingkuo  does?


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