[
https://issues.apache.org/jira/browse/SPARK-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin resolved SPARK-9469.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.5.0
> TungstenSort should not do safe -> unsafe conversion itself
> -----------------------------------------------------------
>
> Key: SPARK-9469
> URL: https://issues.apache.org/jira/browse/SPARK-9469
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Reynold Xin
> Priority: Critical
> Fix For: 1.5.0
>
>
> TungstenSort itself assumes input rows are safe rows, and uses a projection
> to turn the safe rows into UnsafeRows. We should take that part of the logic
> out of TungstenSort, and let the planner take care of the conversion. In that
> case, if the input is UnsafeRow already, no conversion is needed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]