comphead commented on code in PR #24870:
URL: https://github.com/apache/datafusion/pull/24870#discussion_r3918811476


##########
datafusion/physical-plan/src/aggregates/mod.rs:
##########
@@ -3519,12 +3525,14 @@ mod tests {
             | 2 | 1.0 | 0             | 1               |
             | 3 |     | 1             | 1               |
             | 3 |     | 1             | 2               |
-            | 3 | 2.0 | 0             | 2               |
+            | 3 | 2.0 | 0             | 1               |

Review Comment:
   just wondering in case of distinct and regular aggregation, usually dedup 
should be on the partial stage? 



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