Skip to content

Commit

Permalink
fix crc32
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 9, 2024
1 parent 35b3585 commit c77aca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/parquet/util/hash_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ mod tests {
}

#[test]
#[ignore]
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
fn test_crc32() {
if is_x86_feature_detected!("sse4.2") {
Expand Down

0 comments on commit c77aca2

Please sign in to comment.