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

    https://github.com/apache/spark/pull/15513#discussion_r85214549
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/randomExpressions.scala
 ---
    @@ -77,9 +89,21 @@ case class Rand(seed: Long) extends RDG {
       }
     }
     
    -/** Generate a random column with i.i.d. gaussian random distribution. */
    +/** Generate a random column with i.i.d. values drawn from the standard 
normal distribution. */
    +// scalastyle:off line.size.limit
     @ExpressionDescription(
    -  usage = "_FUNC_(a) - Returns a random column with i.i.d. gaussian random 
distribution.")
    +  usage = "_FUNC_([seed]) - Returns a random column with i.i.d. values 
drawn from the standard normal distribution.",
    --- End diff --
    
    `i.i.d. values` ->  `independent and identically distributed (i.i.d.) 
values`


---
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