maxburke commented on code in PR #11015:
URL: https://github.com/apache/datafusion/pull/11015#discussion_r1649777954


##########
datafusion/sqllogictest/test_files/aggregate.slt:
##########
@@ -1785,29 +1785,42 @@ select min(t), max(t) from  (select '00:00:00' as t 
union select '00:00:01' unio
 ----
 00:00:00 00:00:02
 
-# aggregate_decimal_min
-query RT
-select min(c1), arrow_typeof(min(c1)) from d_table
+# aggregate Interval(MonthDayNano) min/max

Review Comment:
   updated; I think they look right at a glance, but I'm not well versed in 
this part of the system. can you verify?



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to