HyukjinKwon commented on code in PR #36113:
URL: https://github.com/apache/spark/pull/36113#discussion_r846924349
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala:
##########
@@ -571,9 +571,13 @@ abstract class SparkStrategies extends
QueryPlanner[SparkPlan] {
resultExpressions,
planLater(child)))
- case PhysicalAggregation(_, _, _, _) =>
+ case PhysicalAggregation(_, aggExpressions, _, _) =>
+ var groupAggPandasUDFNames = Set[String]()
Review Comment:
Also, I think we should add a default string in case
`groupAggPandasUDFNames` is empty to make the code future-proof.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]