You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sameer Agarwal (JIRA)" <ji...@apache.org> on 2018/01/08 20:40:00 UTC

[jira] [Commented] (SPARK-17915) Prepare ColumnVector implementation for UnsafeData

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

Sameer Agarwal commented on SPARK-17915:
----------------------------------------

[~kiszk] is this JIRA still relevant?

> Prepare ColumnVector implementation for UnsafeData
> --------------------------------------------------
>
>                 Key: SPARK-17915
>                 URL: https://issues.apache.org/jira/browse/SPARK-17915
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0, 2.0.1
>            Reporter: Kazuaki Ishizaki
>
> Current implementations of {{ColumnarVector}} are {{OnHeapColumnarVector}} and {{OffHeapColumnarVector}}, which are optimized for reading data from Parquet. If they get an array, an map, or an struct from a {{Unsafe}} related data structure, it is inefficient.
> This JIRA prepares a new implementation {{OnHeapUnsafeColumnarVector}} that is optimized for reading data from a {{Unsafe}} related data structure.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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