Ngone51 commented on a change in pull request #28496:
URL: https://github.com/apache/spark/pull/28496#discussion_r424976466
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/ObjectHashAggregateExec.scala
##########
@@ -123,7 +123,7 @@ case class ObjectHashAggregateExec(
resultExpressions,
(expressions, inputSchema) =>
MutableProjection.create(expressions, inputSchema),
- child.output,
+ inputAttributes,
Review comment:
There's actually another `child.output` at line 118, but it's dead code
indeed. Not sure if we should touch it.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]