mustafasrepo commented on code in PR #6124:
URL: https://github.com/apache/arrow-datafusion/pull/6124#discussion_r1177820265
##########
datafusion/core/src/physical_plan/aggregates/row_hash.rs:
##########
@@ -107,22 +107,6 @@ pub(crate) struct GroupedHashAggregateStream {
indices: [Vec<Range<usize>>; 2],
}
-#[derive(Debug)]
Review Comment:
I have moved functions common for both in `row_hash.rs` and
`bounded_aggregate_stream.rs` to the inside `util.rs` file. All the changes in
this file, `util.rs` comes because of this reason.
--
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]