srowen commented on code in PR #38010:
URL: https://github.com/apache/spark/pull/38010#discussion_r980690447
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/hash.scala:
##########
@@ -643,7 +643,8 @@ object Murmur3HashFunction extends InterpretedHashFunction {
* A xxHash64 64-bit hash expression.
*/
@ExpressionDescription(
- usage = "_FUNC_(expr1, expr2, ...) - Returns a 64-bit hash value of the
arguments.",
+ usage = "_FUNC_(expr1, expr2, ...) - Returns a 64-bit hash value of the
arguments. " +
Review Comment:
We could arguably document the same about hash() above, but, it doesn't even
state it's murmur3, and maybe that's on purpose, so didn't seem necessary
--
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]