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

Apache Spark commented on SPARK-18089:
--------------------------------------

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

> Remove CollectLimitExec operator
> --------------------------------
>
>                 Key: SPARK-18089
>                 URL: https://issues.apache.org/jira/browse/SPARK-18089
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Liang-Chi Hsieh
>
> Currently, CollectLimitExec is an operator used when the logical Limit is the 
> last operator in a logical plan. In fact, the job of CollectLimitExec is not 
> different to GlobalLimitExec. We can do little refactoring to GlobalLimitExec 
> and replace CollectLimitExec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to