alamb commented on code in PR #15962: URL: https://github.com/apache/datafusion/pull/15962#discussion_r2075380968
########## datafusion/physical-plan/src/aggregates/group_values/single_group_by/primitive.rs: ########## @@ -85,7 +85,7 @@ pub struct GroupValuesPrimitive<T: ArrowPrimitiveType> { /// /// We don't store the hashes as hashing fixed width primitives /// is fast enough for this not to benefit performance - map: HashTable<usize>, + map: HashTable<(usize, u64)>, Review Comment: it seems like the comment right above this line is no longer accurate and needs to be updated as this PR exactly saves the hashes -- 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