liukun4515 commented on a change in pull request #1326:
URL: https://github.com/apache/arrow-datafusion/pull/1326#discussion_r753617212



##########
File path: datafusion/src/logical_plan/plan.rs
##########
@@ -154,16 +167,17 @@ pub enum LogicalPlan {
     },
     /// Aggregates its input based on a set of grouping and aggregate
     /// expressions (e.g. SUM).
-    Aggregate {
-        /// The incoming logical plan
-        input: Arc<LogicalPlan>,
-        /// Grouping expressions
-        group_expr: Vec<Expr>,
-        /// Aggregate expressions
-        aggr_expr: Vec<Expr>,
-        /// The schema description of the aggregate output
-        schema: DFSchemaRef,
-    },
+    // Aggregate {

Review comment:
       in the final version, we should remove these useless code




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to