You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/07/18 20:09:04 UTC

[jira] [Resolved] (SPARK-9143) Add planner rule for automatically inserting Unsafe <-> Safe row format converters

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

Reynold Xin resolved SPARK-9143.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

> Add planner rule for automatically inserting Unsafe <-> Safe row format converters
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-9143
>                 URL: https://issues.apache.org/jira/browse/SPARK-9143
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>             Fix For: 1.5.0
>
>
> Now that we have two different internal row formats, UnsafeRow and the old Java-object-based row format, we end up having to perform conversions between these two formats. These conversions should not be performed by the operators themselves; instead, the planner should be responsible for inserting appropriate format conversions when they are needed.



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