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

[jira] [Assigned] (SPARK-7225) CombineLimits optimizer does not work

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

Apache Spark reassigned SPARK-7225:
-----------------------------------

    Assignee: Apache Spark

> CombineLimits optimizer does not work
> -------------------------------------
>
>                 Key: SPARK-7225
>                 URL: https://issues.apache.org/jira/browse/SPARK-7225
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Zhongshuai Pei
>            Assignee: Apache Spark
>
> The  optimized logical plan of  "select key from (select key from src limit 100) t2 limit 10"  like that 
> {quote}
> == Optimized Logical Plan ==
> Limit 10
>  Limit 100
>   Project [key#3]
>    MetastoreRelation default, src, None
> {quote}
> It did not combineLimits



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