We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MemoryConsumer for GroupedHashAggregateStream should be with_can_spill=true
MemoryConsumer
GroupedHashAggregateStream
with_can_spill=true
change from:
https://github.com/apache/arrow-datafusion/blob/a9d66e2b492843c2fb335a7dfe27fed073629b09/datafusion/physical-plan/src/aggregates/row_hash.rs#L331
to:
let reservation = MemoryConsumer::new(name).with_can_spill(true).register(context.memory_pool());
No response
Relates to #7858
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
MemoryConsumer
forGroupedHashAggregateStream
should bewith_can_spill=true
change from:
https://github.com/apache/arrow-datafusion/blob/a9d66e2b492843c2fb335a7dfe27fed073629b09/datafusion/physical-plan/src/aggregates/row_hash.rs#L331
to:
To Reproduce
No response
Expected behavior
No response
Additional context
Relates to #7858
The text was updated successfully, but these errors were encountered: