beliefer commented on a change in pull request #27019: [SPARK-30027][SQL] 
Support codegen for aggregate filters in HashAggregateExec
URL: https://github.com/apache/spark/pull/27019#discussion_r363623530
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala
 ##########
 @@ -91,60 +91,39 @@ case class ProjectExec(projectList: Seq[NamedExpression], 
child: SparkPlan)
   }
 }
 
-
-/** Physical plan for Filter. */
-case class FilterExec(condition: Expression, child: SparkPlan)
 
 Review comment:
   @maropu  I don't understand why we need change `FilterExec` ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to