comphead commented on code in PR #5746:
URL: https://github.com/apache/datafusion-comet/pull/5746#discussion_r3954186812


##########
spark/src/main/scala/org/apache/spark/sql/comet/operators.scala:
##########
@@ -2019,21 +2019,29 @@ object CometObjectHashAggregateExec
       op.aggregateExpressions.exists(_.mode == Final)) {
       return Unsupported(Some("Final aggregates disabled via test config"))
     }
+    // When Comet shuffle is disabled we do not want to transform the 
ObjectHashAggregate to

Review Comment:
   can we concise the comments? 



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