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

    https://github.com/apache/spark/pull/22921#discussion_r230057481
  
    --- Diff: R/pkg/R/generics.R ---
    @@ -748,7 +748,7 @@ setGeneric("add_months", function(y, x) { 
standardGeneric("add_months") })
     
     #' @rdname column_aggregate_functions
     #' @name NULL
    -setGeneric("approxCountDistinct", function(x, ...) { 
standardGeneric("approxCountDistinct") })
    +setGeneric("approx_count_distinct", function(x, ...) { 
standardGeneric("approx_count_distinct") })
    --- End diff --
    
    @felixcheung might want to check if I'm handling these R changes correctly


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to