alamb opened a new pull request #9924: URL: https://github.com/apache/arrow/pull/9924
Prior to this PR DataFusion could return incorrect results for queries that use LIMIT and have multiple partitions I noticed when I was running some queries locally that `LIMIT` was not behaving correctly. For my case, a query with `LIMIT 10` was always returning zero rows. It turns out only the first partition to limit was ever consulted. This PR fixes that bug and adds a test -- 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. For queries about this service, please contact Infrastructure at: [email protected]
