Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/21255#discussion_r186624379
--- Diff: R/pkg/R/functions.R ---
@@ -209,6 +209,7 @@ NULL
#' head(select(tmp, array_max(tmp$v1), array_min(tmp$v1)))
#' head(select(tmp, array_position(tmp$v1, 21)))
#' head(select(tmp, flatten(tmp$v1)))
+#' head(select(tmp, reverse(tmp$v1)))
--- End diff --
let's merge into an existing line - we don't need one line per function;
don't want these too be too long each line but also not too many lines either
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]