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

    https://github.com/apache/spark/pull/17965#discussion_r116366145
  
    --- Diff: R/pkg/R/generics.R ---
    @@ -799,6 +799,10 @@ setGeneric("write.df", function(df, path = NULL, ...) 
{ standardGeneric("write.d
     #' @export
     setGeneric("randomSplit", function(x, weights, seed) { 
standardGeneric("randomSplit") })
     
    +#' @rdname broadcast
    +#' @export
    +setGeneric("broadcast", function(x) { standardGeneric("broadcast") })
    --- End diff --
    
    > this list is sorted alphabetically within this section
    
    Looks like it used to be at some point, but these days are long gone. I can 
reorder it right now, but this means rearranging a whole section. 


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