mustafasrepo commented on code in PR #8584:
URL: https://github.com/apache/arrow-datafusion/pull/8584#discussion_r1432279730


##########
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:
   Actually I tried to produce this error from a SQL test. However couldn't 
reproduce it. The reason may be related to the some rules in physical optimizer 
has `schema_check` flag false. But I am not sure, I couldn't come up with a 
reproducer from the SQL query.



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