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

Wenchen Fan updated SPARK-10585:
--------------------------------
    Description: When we have nested struct, array or map, we will create a 
byte buffer for each of them, and copy data to the buffer first, then copy them 
to the final row buffer. We can save the first copy and directly copy data to 
final row buffer.

> only copy data once when generate unsafe projection
> ---------------------------------------------------
>
>                 Key: SPARK-10585
>                 URL: https://issues.apache.org/jira/browse/SPARK-10585
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Wenchen Fan
>
> When we have nested struct, array or map, we will create a byte buffer for 
> each of them, and copy data to the buffer first, then copy them to the final 
> row buffer. We can save the first copy and directly copy data to final row 
> buffer.



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

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

Reply via email to