alamb commented on issue #3166:
URL:
https://github.com/apache/arrow-datafusion/issues/3166#issuecomment-1215813515
@waitingkuo notes that postgres does:
```bash
willy=# select pg_typeof(SUM(time '00:00:00')), pg_typeof(AVg(time
'00:00:00'));
pg_typeof | pg_typeof
-----------+-----------
interval | interval
(1 row)
```
this make sense otherwise SUM(Time) is just quite strange
--
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]