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

    https://github.com/apache/spark/pull/19290#discussion_r139919103
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -2649,15 +2651,15 @@ setMethod("merge",
     #' @return list of columns
     #'
     #' @note generateAliasesForIntersectedCols since 1.6.0
    -generateAliasesForIntersectedCols <- function (x, intersectedColNames, 
suffix) {
    +generateAliasesForIntersectedCols <- function(x, intersectedColNames, 
suffix) { # nolint
    --- End diff --
    
    Looks this hits 30 length identifier limit but we can't change as exposed 
in the doc.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to