Github user yhuai commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19872#discussion_r165253514
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/planning/patterns.scala
 ---
    @@ -199,7 +200,7 @@ object ExtractFiltersAndInnerJoins extends 
PredicateHelper {
     object PhysicalAggregation {
       // groupingExpressions, aggregateExpressions, resultExpressions, child
       type ReturnType =
    -    (Seq[NamedExpression], Seq[AggregateExpression], Seq[NamedExpression], 
LogicalPlan)
    +    (Seq[NamedExpression], Seq[Expression], Seq[NamedExpression], 
LogicalPlan)
    --- End diff --
    
    I prefer that we try out using a new rule. We can create utility function 
to reuse code. Will you have a chance to try it out?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to