tanelk commented on a change in pull request #29743:
URL: https://github.com/apache/spark/pull/29743#discussion_r487576502
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/hash.scala
##########
@@ -647,7 +652,8 @@ object XxHash64Function extends InterpretedHashFunction {
* we can guarantee shuffle and bucketing have same data distribution
*/
@ExpressionDescription(
- usage = "_FUNC_(expr1, expr2, ...) - Returns a hash value of the arguments.")
+ usage = "_FUNC_(expr1, expr2, ...) - Returns a hash value of the arguments.",
+ since = "2.2.0")
case class HiveHash(children: Seq[Expression]) extends HashExpression[Int] {
Review comment:
This is not exposed in the `FunctionRegistry`. Is that intentional?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]