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

[jira] [Updated] (SPARK-7225) CombineLimits optimizer does not works

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

Zhongshuai Pei updated SPARK-7225:
----------------------------------
    Summary: CombineLimits optimizer does not works  (was: CombineLimits in Optimizer does not works)

> CombineLimits optimizer does not works
> --------------------------------------
>
>                 Key: SPARK-7225
>                 URL: https://issues.apache.org/jira/browse/SPARK-7225
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Zhongshuai Pei
>
> 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