From c77aca2e85e09c055544401a59e247501e665ceb Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sun, 9 Jun 2024 09:08:38 -0600 Subject: [PATCH] fix crc32 --- core/src/parquet/util/hash_util.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/parquet/util/hash_util.rs b/core/src/parquet/util/hash_util.rs index 8a5d903c6..2de937ea4 100644 --- a/core/src/parquet/util/hash_util.rs +++ b/core/src/parquet/util/hash_util.rs @@ -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") {