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 2014/06/13 22:07:02 UTC

[jira] [Resolved] (SPARK-1852) SparkSQL Queries with Sorts run before the user asks them to

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

Michael Armbrust resolved SPARK-1852.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0
                   1.0.1

https://github.com/apache/spark/pull/1071

> SparkSQL Queries with Sorts run before the user asks them to
> ------------------------------------------------------------
>
>                 Key: SPARK-1852
>                 URL: https://issues.apache.org/jira/browse/SPARK-1852
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Michael Armbrust
>            Assignee: Cheng Lian
>             Fix For: 1.0.1, 1.1.0
>
>
> This is related to [SPARK-1021] but will not be fixed by that since we do our own partitioning.
> Part of the problem here is that we calculate the range partitioning too eagerly.  Though this could also be alleviated by avoiding the call to toRdd for non DDL queries.



--
This message was sent by Atlassian JIRA
(v6.2#6252)