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

    https://github.com/apache/spark/pull/14558#discussion_r74172127
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -3033,6 +3033,9 @@ setMethod("when", signature(condition = "Column", 
value = "ANY"),
     #' Evaluates a list of conditions and returns \code{yes} if the conditions 
are satisfied.
     #' Otherwise \code{no} is returned for unmatched conditions.
     #'
    +#' @param test a Column expression that describes the condition.
    +#' @param yes return values for true elements of test.
    --- End diff --
    
    Good catch, thanks!


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