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

    https://github.com/apache/spark/pull/22921#discussion_r230568058
  
    --- 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 --
    
    my concern is that these are breaking changes in a version without having 
them deprecated first...
    could we leave the old one to redirect and add .Deprecate?


---

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

Reply via email to