[ 
https://issues.apache.org/jira/browse/SPARK-43330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718216#comment-17718216
 ] 

KyungWon Park commented on SPARK-43330:
---------------------------------------

I have created a PR with a fix- [https://github.com/apache/spark/pull/41003]

> Typo in sql-migration-guide.md
> ------------------------------
>
>                 Key: SPARK-43330
>                 URL: https://issues.apache.org/jira/browse/SPARK-43330
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 3.2.0
>            Reporter: KyungWon Park
>            Priority: Major
>
> There is a minor typo in 
> [sql-migration-guide.md|https://github.com/apache/spark/blob/master/docs/sql-migration-guide.md?plain=1#L154]
>  
> | - In Spark 3.2, `TRANSFORM` operator can support 
> `ArrayType/MapType/StructType` without Hive SerDe, in this mode, we use 
> `StructsToJosn` to convert `ArrayType/MapType/StructType` column to `STRING` 
> and use `JsonToStructs` to parse `STRING` to `ArrayType/MapType/StructType`. 
> In Spark 3.1, Spark just support case `ArrayType/MapType/StructType` column 
> as `STRING` but can't support parse `STRING` to 
> `ArrayType/MapType/StructType` output columns.|
>  
> StructToJosn -> StructToJson



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to