kiszk 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_r368406459
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
##########
@@ -375,16 +373,30 @@ case class HashAggregateExec(
""".stripMargin
}
- val codeToEvalAggFunc = if (conf.codegenSplitAggregateFunc &&
+ val codeToEvalAggFunc = {
Review comment:
Can we refactor this and
[that](https://github.com/apache/spark/pull/27019/files#diff-2eb948516b5beaeb746aadac27fbd5b4R997)
to use one common function?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]