Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/17178#discussion_r105983726
--- Diff: R/pkg/R/functions.R ---
@@ -2437,6 +2437,7 @@ setMethod("date_format", signature(y = "Column", x =
"character"),
#'
#' @param x Column containing the JSON string.
#' @param schema a structType object to use as the schema to use when
parsing the JSON string.
+#' @param asJsonArray indicating if input string is JSON array or object.
--- End diff --
maybe clarifying
`JSON array or object.` -> `JSON array of objects or a single object.`
---
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]