andygrove commented on code in PR #2429:
URL: https://github.com/apache/datafusion-comet/pull/2429#discussion_r2366383815
##########
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala:
##########
@@ -558,12 +558,6 @@ object QueryPlanSerde extends Logging with CometExprShim {
binding: Boolean,
conf: SQLConf): Option[AggExpr] = {
- if (aggExpr.isDistinct) {
Review Comment:
Don't we need to pass the `aggExpr.isDistinct` value into the protobuf plan?
--
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]