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 2016/07/07 14:13:10 UTC

[jira] [Assigned] (SPARK-16412) Generate Java code that gets an array in each column of CachedBatch when DataFrame.cache() is called

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

Apache Spark reassigned SPARK-16412:
------------------------------------

    Assignee: Apache Spark

> Generate Java code that gets an array in each column of CachedBatch when DataFrame.cache() is called
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16412
>                 URL: https://issues.apache.org/jira/browse/SPARK-16412
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Kazuaki Ishizaki
>            Assignee: Apache Spark
>
> Once SPARK-14098 is merged, we will migrate a feature in this JIRA entry.
> When DataFrame.cache() is called, data is stored as column-oriented storage in CachedBatch. The current Catalyst generates Java program to get an array in a column from an InternalRow that is copied from CachedBatch. This JIRA entry generates Java code to directly get the array in a column from CachedBatch without copy. This JIRA entry supports an array (ArrayType in Spark).



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

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