Rachelint commented on code in PR #15591: URL: https://github.com/apache/datafusion/pull/15591#discussion_r2072992809
########## datafusion/physical-plan/src/aggregates/row_hash.rs: ########## @@ -982,6 +1099,9 @@ impl GroupedHashAggregateStream { && self.update_memory_reservation().is_err() { assert_ne!(self.mode, AggregateMode::Partial); + // TODO: support spilling when blocked group optimization is on Review Comment: Yes, I will file it after this merged. Actually there are also some other problems in spilling, and I will fix it together when working on supporting blocked management in spilling path. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org