kazuyukitanimura commented on code in PR #7400:
URL: https://github.com/apache/arrow-datafusion/pull/7400#discussion_r1322719729
##########
datafusion/core/src/physical_plan/aggregates/mod.rs:
##########
@@ -281,6 +281,8 @@ pub struct AggregateExec {
/// Stores mode and output ordering information for the `AggregateExec`.
aggregation_ordering: Option<AggregationOrdering>,
required_input_ordering: Option<LexOrderingReq>,
+ /// Force spilling for debugging
+ force_spill: bool,
Review Comment:
I figured out how to achieve this with the default `GreedyMemoryPool.used`
--
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]