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

    https://github.com/apache/spark/pull/9029#discussion_r41648156
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -1414,9 +1414,10 @@ setMethod("where",
     #' @param x A Spark DataFrame
     #' @param y A Spark DataFrame
     #' @param joinExpr (Optional) The expression used to perform the join. 
joinExpr must be a
    -#' Column expression. If joinExpr is omitted, join() wil perform a 
Cartesian join
    +#' Column expression. If joinExpr is omitted, join() will perform a 
Cartesian join
     #' @param joinType The type of join to perform. The following join types 
are available:
    -#' 'inner', 'outer', 'left_outer', 'right_outer', 'semijoin'. The default 
joinType is "inner".
    +#' 'inner', 'outer', 'full', 'fullouter', leftouter', 'left',
    --- End diff --
    
    any reason we should change `right_outer` to `rightouter` ? It'll break 
code that used to work with previous versions ?


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