edmondop commented on code in PR #8316: URL: https://github.com/apache/arrow-datafusion/pull/8316#discussion_r1409988091
########## datafusion/sqllogictest/test_files/aggregate.slt: ########## @@ -1327,46 +1327,173 @@ select avg(c1), arrow_typeof(avg(c1)) from d_table ---- 5 Decimal128(14, 7) -# FIX: different test table + # aggregate -# query I -# SELECT SUM(c1), SUM(c2) FROM test -# ---- -# 60 220 +query II +SELECT SUM(c1), SUM(c2) FROM test +---- +7 6 Review Comment: Exactly, I believed that the if the old tests can be trusted, then this one having a different result is trustable -- 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]
