sunchao opened a new issue, #37: URL: https://github.com/apache/arrow-datafusion-comet/issues/37
### What is the problem the feature request solves? We already support `GlobalLimitExec` and `LocalLimitExec`, so it should be relatively straightforward to support [`CollectLimitExec`](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala#L47) as well. ### Describe the potential solution Add a new `BosonCollectLimitExec` operator to support native execution of Spark's `CollectLimit` operator. ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
