You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2017/06/01 23:02:16 UTC

[jira] [Updated] (SPARK-15380) Generate code that stores a float/double value in each column from ColumnarBatch when DataFrame.cache() is used

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

Michael Armbrust updated SPARK-15380:
-------------------------------------
    Target Version/s: 2.3.0  (was: 2.2.0)

> Generate code that stores a float/double value in each column from ColumnarBatch when DataFrame.cache() is used
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-15380
>                 URL: https://issues.apache.org/jira/browse/SPARK-15380
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Kazuaki Ishizaki
>
> When DataFrame.cache() is called, data will be stored as column-oriented storage in CachedBatch. The current Catalyst generates Java program to store a computed value to an InternalRow and then the value is stored into CachedBatch even if data is read from ColumnarBatch for ParquetReader. 
> This JIRA generates Java code to store a value into a ColumnarBatch, and store data from the ColumnarBatch to the CachedBatch. This JIRA handles only float and double types for a value.



--
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