Dandandan commented on a change in pull request #320: URL: https://github.com/apache/arrow-datafusion/pull/320#discussion_r630940489
########## File path: datafusion/src/execution/context.rs ########## @@ -1305,7 +1314,6 @@ mod tests { #[tokio::test] async fn aggregate_grouped() -> Result<()> { let results = execute("SELECT c1, SUM(c2) FROM test GROUP BY c1", 4).await?; - assert_eq!(results.len(), 1); Review comment: Also necessary to fix the tests - as the number of batches now also depend on the provided concurrency. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org