TinyMurky commented on code in PR #25158:
URL: https://github.com/apache/datafusion/pull/25158#discussion_r3995648588
##########
datafusion/physical-plan/src/aggregates/mod.rs:
##########
@@ -4424,6 +4424,199 @@ mod tests {
Ok(())
}
+ #[tokio::test]
Review Comment:
I removed the test in `single_stream.rs`, and add an e2e test in
`datafusion/core/tests/physical_optimizer/limited_distinct_aggregation.rs`
https://github.com/apache/datafusion/blob/e92aee75ea5bf774d0dbd6be648849a124c7797e/datafusion/core/tests/physical_optimizer/limited_distinct_aggregation.rs#L222-L339
--
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]