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 2022/10/15 19:12:08 UTC

[GitHub] [arrow-datafusion] Dandandan commented on a diff in pull request #3844: Update to arrow 25.0.0

Dandandan commented on code in PR #3844:
URL: https://github.com/apache/arrow-datafusion/pull/3844#discussion_r996344132


##########
datafusion/core/src/physical_plan/hash_utils.rs:
##########
@@ -62,29 +62,23 @@ fn hash_decimal128<'a>(
     if array.null_count() == 0 {
         if mul_col {
             for (i, hash) in hashes_buffer.iter_mut().enumerate() {

Review Comment:
   I think we can we use `hash_array` here now instead?



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