Skip to content
Prev Previous commit
Next Next commit
Remove note in genAliasesForIntersectedCols
  • Loading branch information
HyukjinKwon committed Sep 29, 2017
commit 2e89c2a7003d28f171b4da981952f4647d5a1fe4
2 changes: 0 additions & 2 deletions R/pkg/R/DataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -2663,8 +2663,6 @@ setMethod("merge",
#' @param intersectedColNames a list of intersected column names of the SparkDataFrame
#' @param suffix a suffix for the column name
#' @return list of columns
#'
#' @note genAliasesForIntersectedCols since 1.6.0
#' @noRd
genAliasesForIntersectedCols <- function(x, intersectedColNames, suffix) {
allColNames <- names(x)
Expand Down