Skip to content

Commit 2d21121

Browse files
committed
fix hash name
1 parent 3ac2ffc commit 2d21121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/daft-sql/src/modules/hashing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl TryFrom<SQLFunctionArguments> for MinHashFunction {
9595
})
9696
})
9797
.transpose()?
98-
.unwrap_or("murmur3hash3");
98+
.unwrap_or("murmurhash3");
9999

100100
Ok(Self {
101101
num_hashes,

0 commit comments

Comments
 (0)