alamb commented on code in PR #7741:
URL: https://github.com/apache/arrow-datafusion/pull/7741#discussion_r1346278221


##########
datafusion/physical-plan/src/aggregates/mod.rs:
##########
@@ -283,10 +283,6 @@ pub struct AggregateExec {
     pub input: Arc<dyn ExecutionPlan>,
     /// Schema after the aggregate is applied
     schema: SchemaRef,
-    /// Input schema before any aggregation is applied. For partial aggregate 
this will be the

Review Comment:
   This PR proposes deleting this field as it is redundant



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