buraksenn opened a new pull request, #24016:
URL: https://github.com/apache/datafusion/pull/24016
## Which issue does this PR close?
Does not close but part of #23974
## Rationale for this change
Simplify `SingleHashAggregateStream` by removing state required only for
manual polling.
## What changes are included in this PR?
Convert the stream to an async generator and remove the explicit state
machine.
## Are these changes tested?
Yes existing tests with additional metric assert
## Are there any user-facing changes?
No
--
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]