Skip to content

Commit

Permalink
chore: Remove unused hash_utils.rs (#561)
Browse files Browse the repository at this point in the history
* remove unsafe uses of from_raw_parts from crc32 and murmur hash functions

* remove unused hash_utils.rs
  • Loading branch information
andygrove authored Jun 12, 2024
1 parent 2a79519 commit 49423ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 168 deletions.
167 changes: 0 additions & 167 deletions core/src/parquet/util/hash_util.rs

This file was deleted.

1 change: 0 additions & 1 deletion core/src/parquet/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// under the License.

pub(crate) mod bit_packing;
pub mod hash_util;
pub mod jni;
pub mod memory;

Expand Down

0 comments on commit 49423ed

Please sign in to comment.