You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2017/05/17 08:59:04 UTC

[jira] [Commented] (SPARK-20783) Enhance ColumnVector to keep UnsafeArrayData for array

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

Apache Spark commented on SPARK-20783:
--------------------------------------

User 'kiszk' has created a pull request for this issue:
https://github.com/apache/spark/pull/18014

> Enhance ColumnVector to keep UnsafeArrayData for array
> ------------------------------------------------------
>
>                 Key: SPARK-20783
>                 URL: https://issues.apache.org/jira/browse/SPARK-20783
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.3.0
>            Reporter: Kazuaki Ishizaki
>
> Current {{ColumnVector}} accepts only primitive-type Java array as an input for array. It is good to keep data from Parquet.
> On the other hand, in Spark internal, {{UnsafeArrayData}} is frequently used to represent array, map, and struct. To keep these data, this JIRA entry enhances {{ColumnVector}} to keep UnsafeArrayData.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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