You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/01 11:22:59 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request #807: Move `hash_array` into hash_utils.rs

alamb opened a new pull request #807:
URL: https://github.com/apache/arrow-datafusion/pull/807


   # Which issue does this PR close?
   
   Re https://github.com/apache/arrow-datafusion/issues/790 by implementing a new design for group by hash
   
    # Rationale for this change
   1. The design in https://github.com/apache/arrow-datafusion/issues/790 calls for hashing the input to group by hash in a manner almost-identical with `create_hashes` in hash_join, which I hope to reuse
   2. It turns out the hashing algorithm is also used by repartition exec as well
   
   # What changes are included in this PR?
   Move `create_hashes` into hash_utils so it can be shared with hash_join and hash_aggregate.
   
   # Are there any user-facing changes?
   No. This PR just moves code, No functional changes intended.
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb merged pull request #807: Move `hash_array` into hash_utils.rs

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #807:
URL: https://github.com/apache/arrow-datafusion/pull/807


   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org