alamb commented on code in PR #6695:
URL: https://github.com/apache/arrow-datafusion/pull/6695#discussion_r1232417920
##########
datafusion/physical-expr/src/aggregate/mod.rs:
##########
@@ -96,12 +96,6 @@ pub trait AggregateExpr: Send + Sync + Debug + PartialEq<dyn
Any> {
false
}
- /// Specifies whether this aggregate function can run using bounded memory.
Review Comment:
THis is nice to have moved this logic entirely to the accumulator 👍
--
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]