alamb commented on code in PR #11627:
URL: https://github.com/apache/datafusion/pull/11627#discussion_r1703970839


##########
datafusion/physical-plan/src/aggregates/row_hash.rs:
##########
@@ -90,6 +94,69 @@ struct SpillState {
     merging_group_by: PhysicalGroupBy,
 }
 
+struct SkipAggregationProbe {
+    /// Number of processed input rows
+    input_rows: usize,
+    /// Number of total group values for `input_rows`

Review Comment:
   I incorporated these suggestions in 
https://github.com/apache/datafusion/pull/11820



-- 
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]

Reply via email to