alamb commented on code in PR #8584:
URL: https://github.com/apache/arrow-datafusion/pull/8584#discussion_r1431941997
##########
datafusion/physical-plan/src/aggregates/mod.rs:
##########
@@ -2162,4 +2194,56 @@ mod tests {
assert_eq!(res, common_requirement);
Ok(())
}
+
+ #[test]
+ fn test_agg_exec_same_schema() -> Result<()> {
Review Comment:
is there any way that this can be tested from SQL? Or does it require a
programatic test?
--
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]