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

   @alamb i've created a pull request for max and min #3178
   
   `sum` and `avg` requires more work depends on some change for interval, i'll 
create another issue to discuss it. once we finished, i'll get back to this 
issue
   
   ```bash
   ❯ select min(t), max(t) from  (select '00:00:00' as t union select 
'00:00:01' union select '00:00:02');
   +----------+----------+
   | MIN(t)   | MAX(t)   |
   +----------+----------+
   | 00:00:00 | 00:00:02 |
   +----------+----------+
   1 row in set. Query took 0.009 seconds.
   ❯ 
   ```


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

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

Reply via email to