chenkovsky commented on code in PR #17093:
URL: https://github.com/apache/datafusion/pull/17093#discussion_r2265551272
##########
datafusion/spark/Cargo.toml:
##########
@@ -47,6 +48,7 @@ datafusion-functions = { workspace = true, features =
["crypto_expressions"] }
datafusion-macros = { workspace = true }
log = { workspace = true }
sha1 = "0.10"
+twox-hash = "2.1.1"
Review Comment:
ahash depends on xxhash-rust. xxhash-rust is already included in this
Cargo.toml, but I find that the result of hash value is different from spark
result. twox-hash result is same as spark result.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]