[
https://issues.apache.org/jira/browse/SPARK-9083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-9083:
-----------------------------------
Assignee: Apache Spark (was: Wenchen Fan)
> If order by clause has non-deterministic expressions, we should add a project
> to materialize results of these expressions
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: SPARK-9083
> URL: https://issues.apache.org/jira/browse/SPARK-9083
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Yin Huai
> Assignee: Apache Spark
>
> When a order by clause has a non-deterministic expression, we actually
> evaluate it twice, once in the exchange operator when we try to figure out
> the range partitioner's boundaries and once in the sort operator. We should
> use a project to materialize the result first.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]