Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/17672#discussion_r112105238
--- Diff: R/pkg/R/functions.R ---
@@ -3652,3 +3652,43 @@ setMethod("posexplode",
jc <- callJStatic("org.apache.spark.sql.functions",
"posexplode", x@jc)
column(jc)
})
+
+#' collect_list
+#'
+#' Aggregate function: returns a list of objects with duplicates.
--- End diff --
does other function has `Aggregate function: ` in the description or this
is carried over from Scala doc?
if latter we could go without - there's already a `@family` tag
---
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]