englefly commented on PR #43768: URL: https://github.com/apache/doris/pull/43768#issuecomment-2472308213
The original code limits the output and then sort. The correct way is to do sort first and limit the output. This pr fix it. => The original code sort the limit results, while the correct way is to limit the sorting results. This pr fix it. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org