@@ -3243,7 +3243,7 @@ object functions {
32433243
32443244 /**
32453245 * (Scala-specific) Parses a column containing a JSON string into a `MapType` with `StringType`
3246- * as keys type, `StructType` or `ArrayType` of `StructType`s with the specified schema.
3246+ * as keys type, `StructType` or `ArrayType` with the specified schema.
32473247 * Returns `null`, in the case of an unparseable string.
32483248 *
32493249 * @param e a string column containing JSON data.
@@ -3275,7 +3275,7 @@ object functions {
32753275
32763276 /**
32773277 * (Java-specific) Parses a column containing a JSON string into a `MapType` with `StringType`
3278- * as keys type, `StructType` or `ArrayType` of `StructType`s with the specified schema.
3278+ * as keys type, `StructType` or `ArrayType` with the specified schema.
32793279 * Returns `null`, in the case of an unparseable string.
32803280 *
32813281 * @param e a string column containing JSON data.
@@ -3304,7 +3304,7 @@ object functions {
33043304
33053305 /**
33063306 * Parses a column containing a JSON string into a `MapType` with `StringType` as keys type,
3307- * `StructType` or `ArrayType` of `StructType`s with the specified schema.
3307+ * `StructType` or `ArrayType` with the specified schema.
33083308 * Returns `null`, in the case of an unparseable string.
33093309 *
33103310 * @param e a string column containing JSON data.
@@ -3318,7 +3318,7 @@ object functions {
33183318
33193319 /**
33203320 * (Java-specific) Parses a column containing a JSON string into a `MapType` with `StringType`
3321- * as keys type, `StructType` or `ArrayType` of `StructType`s with the specified schema.
3321+ * as keys type, `StructType` or `ArrayType` with the specified schema.
33223322 * Returns `null`, in the case of an unparseable string.
33233323 *
33243324 * @param e a string column containing JSON data.
@@ -3335,7 +3335,7 @@ object functions {
33353335
33363336 /**
33373337 * (Scala-specific) Parses a column containing a JSON string into a `MapType` with `StringType`
3338- * as keys type, `StructType` or `ArrayType` of `StructType`s with the specified schema.
3338+ * as keys type, `StructType` or `ArrayType` with the specified schema.
33393339 * Returns `null`, in the case of an unparseable string.
33403340 *
33413341 * @param e a string column containing JSON data.
0 commit comments