Skip to content

Commit

Permalink
Merge bd69580 into 0892595
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Nov 1, 2021
2 parents 0892595 + bd69580 commit 995427f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parquet/src/util/hash_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
use std::convert::TryInto;
let len = data_bytes.len();
let len_64 = (len / 8) * 8;

Expand Down

0 comments on commit 995427f

Please sign in to comment.