Dandandan commented on code in PR #3444:
URL: https://github.com/apache/arrow-datafusion/pull/3444#discussion_r971220565


##########
datafusion/core/tests/sql/aggregates.rs:
##########
@@ -1834,11 +1834,11 @@ async fn aggregate_avg_add() -> Result<()> {
     assert_eq!(results.len(), 1);
 
     let expected = vec![
-        
"+--------------+-------------------------+-------------------------+-------------------------+",
-        "| AVG(test.c1) | AVG(test.c1) + Int64(1) | AVG(test.c1) + Int64(2) | 
Int64(1) + AVG(test.c1) |",
-        
"+--------------+-------------------------+-------------------------+-------------------------+",
-        "| 1.5          | 2.5                     | 3.5                     | 
2.5                     |",
-        
"+--------------+-------------------------+-------------------------+-------------------------+",
+        
"+--------------+---------------------------+---------------------------+---------------------------+",

Review Comment:
   Yes indeed, we can give those a second life 🎉
   
   I had some concerns with the PR, but I believe it is still a big improvement 
over the current state of things.



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