Liang-Chi Hsieh created SPARK-18089:
---------------------------------------

             Summary: 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to