Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15513#discussion_r84574050
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala
 ---
    @@ -159,8 +183,15 @@ case class Sha1(child: Expression) extends 
UnaryExpression with ImplicitCastInpu
      * For input of type [[BinaryType]]
      */
     @ExpressionDescription(
    -  usage = "_FUNC_(input) - Returns a cyclic redundancy check value as a 
bigint of the input",
    -  extended = "> SELECT _FUNC_('Spark');\n '1557323817'")
    +  usage = "_FUNC_(expr) - Returns a cyclic redundancy check value as a 
bigint of the expr.",
    --- End diff --
    
    Is this supposed to be worded as "Returns a cyclic redundancy check value 
of the expr as a bigint"?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to