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

[jira] [Resolved] (SPARK-22383) Generate code to directly get value of primitive type array from ColumnVector for table cache

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

Hyukjin Kwon resolved SPARK-22383.
----------------------------------
    Resolution: Incomplete

> Generate code to directly get value of primitive type array from ColumnVector for table cache
> ---------------------------------------------------------------------------------------------
>
>                 Key: SPARK-22383
>                 URL: https://issues.apache.org/jira/browse/SPARK-22383
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Kazuaki Ishizaki
>            Priority: Major
>              Labels: bulk-closed
>
> This JIRA generates the Java code to directly get a value for a primitive type array in ColumnVector without using an iterator for table cache (e.g. dataframe.cache). This JIRA improves runtime performance by eliminating data copy from column-oriented storage to {{InternalRow}} in a {{SpecificColumnarIterator}} iterator for primitive type.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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