Rachelint commented on PR #11627: URL: https://github.com/apache/datafusion/pull/11627#issuecomment-2259526492
It seems the hash table size in partial will have a upper bound after this pr? Maybe we can use the `with_capacity` way to new the hash table in partial mode, so that we can avoid rehashing. -- 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]
