alamb commented on a change in pull request #900:
URL: https://github.com/apache/arrow-rs/pull/900#discussion_r740266976
##########
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:
@Jimexist shall I file a ticket? I don't really know why the parquet
implementation is using its own hash function rather than, say, `aHash` or some
other standard hashing library in rust
--
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]