alamb commented on a change in pull request #984:
URL: https://github.com/apache/arrow-datafusion/pull/984#discussion_r705524364



##########
File path: datafusion/src/execution/context.rs
##########
@@ -1779,7 +1779,12 @@ mod tests {
         let results =
             execute("SELECT c1, AVG(c2) FROM test WHERE c1 = 123 GROUP BY c1", 
4).await?;
 
-        let expected = vec!["++", "||", "++", "++"];
+        let expected = vec![

Review comment:
       Required due to https://github.com/apache/arrow-rs/pull/656




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