Zouxxyy commented on code in PR #11358:
URL: 
https://github.com/apache/incubator-gluten/pull/11358#discussion_r2682641857


##########
backends-velox/src/main/scala/org/apache/gluten/execution/HashAggregateExecTransformer.scala:
##########


Review Comment:
   > Are you referring to the modified code on your side, or the current Gluten 
code?
   
   The current Gluten code, see this
   ```scala
     private def rowConstructNeeded(): Boolean = aggregateExpressions.exists {
       case AggregateExpression(aggFunc, PartialMerge | Final, _, _, _) =>
         aggFunc.inputAggBufferAttributes.size > 1
       case _ => false
     }
   ```
   > Is there any plan to upstream this change to Gluten, or will it remain 
local to your side?
   
   Oh, maybe it can be launched when it becomes stable!
   



-- 
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]

Reply via email to