Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/13394#discussion_r66028863
--- Diff: R/pkg/R/functions.R ---
@@ -238,9 +238,9 @@ setMethod("ceil",
column(jc)
})
-#' Though scala functions has "col" function, we don't expose it in SparkR
-#' because we don't want to conflict with the "col" function in the R base
-#' package and we also have "column" function exported which is an alias
of "col".
+#' @rdname col
+#' @name column
+#' @export
--- End diff --
this is not exported - it should not have `@rdname`, `@name` or `@export`
here.
---
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]