[ 
https://issues.apache.org/jira/browse/SPARK-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan updated SPARK-9738:
-------------------------------
    Description: In https://github.com/apache/spark/pull/7752 we added 
`FromUnsafe` to convert nexted unsafe data like array/map/struct to safe 
versions. It's a quick solution and we already have `GenerateSafe` to do the 
conversion which is codegened. So we should remove `FromUnsafe` and implement 
its codegen version in `GenerateSafe`.

> remove FromUnsafe and add its codegen version to GenerateSafe
> -------------------------------------------------------------
>
>                 Key: SPARK-9738
>                 URL: https://issues.apache.org/jira/browse/SPARK-9738
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Wenchen Fan
>
> In https://github.com/apache/spark/pull/7752 we added `FromUnsafe` to convert 
> nexted unsafe data like array/map/struct to safe versions. It's a quick 
> solution and we already have `GenerateSafe` to do the conversion which is 
> codegened. So we should remove `FromUnsafe` and implement its codegen version 
> in `GenerateSafe`.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to