Skip to content

Commit

Permalink
fix hash name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Oct 28, 2024
1 parent 3ac2ffc commit 2d21121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-sql/src/modules/hashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl TryFrom<SQLFunctionArguments> for MinHashFunction {
})
})
.transpose()?
.unwrap_or("murmur3hash3");
.unwrap_or("murmurhash3");

Ok(Self {
num_hashes,
Expand Down

0 comments on commit 2d21121

Please sign in to comment.