agavra opened a new pull request, #9498: URL: https://github.com/apache/pinot/pull/9498
before this change, the optimizer would allow pushing down of LIMIT clauses without any ORDER BY. This is a problem, because it doesn't have any top-level LIMIT which would limit the final results of the query. This PR fixes that problem. I will follow this up with another PR that adds an additional SORT stage at the top level. -- 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]
