zhuqi-lucas opened a new pull request, #14418: URL: https://github.com/apache/datafusion/pull/14418
## Which issue does this PR close? Closes [14406](https://github.com/apache/datafusion/issues/14406) ## Rationale for this change Fix the behaviour for limit with CoalescePartitionsExec. CoalescePartitionsExec will merge partitions into one, but each partition has it's locallimit, we should not remove the global limit before CoalescePartitionsExec. ## What changes are included in this PR? Fix the behaviour for limit with CoalescePartitionsExec. ## Are these changes tested? Yes, slt testing added. ## Are there any user-facing changes? It will fix the user facing issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
