Jimexist commented on a change in pull request #900:
URL: https://github.com/apache/arrow-rs/pull/900#discussion_r740241167



##########
File path: parquet/src/util/hash_util.rs
##########
@@ -49,7 +49,6 @@ const MURMUR_R: i32 = 47;
 
 /// Rust implementation of MurmurHash2, 64-bit version for 64-bit platforms
 fn murmur_hash2_64a(data_bytes: &[u8], seed: u64) -> u64 {

Review comment:
       would call for using murmur hash 3 if possible




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


Reply via email to