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] [Commented] (SPARK-7225) CombineLimits optimizer does not work

    [ https://issues.apache.org/jira/browse/SPARK-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14518813#comment-14518813 ] 

Apache Spark commented on SPARK-7225:
-------------------------------------

User 'DoingDone9' has created a pull request for this issue:
https://github.com/apache/spark/pull/5770

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