Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/22939#discussion_r230589804
--- Diff: R/pkg/R/functions.R ---
@@ -202,14 +202,18 @@ NULL
#' \itemize{
#' \item \code{from_json}: a structType object to use as the
schema to use
#' when parsing the JSON string. Since Spark 2.3, the
DDL-formatted string is
-#' also supported for the schema.
-#' \item \code{from_csv}: a DDL-formatted string
+#' also supported for the schema. Since Spark 3.0,
\code{schema_of_json} or
+#' a DDL-formatted string literal can also be accepted.
--- End diff --
hmm, `the DDL-formatted string` is different to `a DDL-formatted string
literal`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]