Re: [PR] [Improvement](sort) remove radix sort [doris]

2024-09-26 Thread via GitHub
BiteThet merged PR #41287: URL: https://github.com/apache/doris/pull/41287 -- 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

Re: [PR] [Improvement](sort) remove radix sort [doris]

2024-09-26 Thread via GitHub
github-actions[bot] commented on PR #41287: URL: https://github.com/apache/doris/pull/41287#issuecomment-2378320093 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Improvement](sort) remove radix sort [doris]

2024-09-26 Thread via GitHub
github-actions[bot] commented on PR #41287: URL: https://github.com/apache/doris/pull/41287#issuecomment-2378320058 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Improvement](sort) remove radix sort [doris]

2024-09-25 Thread via GitHub
BiteThet commented on PR #41287: URL: https://github.com/apache/doris/pull/41287#issuecomment-2373539434 run buildall -- 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

Re: [PR] [Improvement](sort) remove radix sort [doris]

2024-09-25 Thread via GitHub
BiteThet commented on PR #41287: URL: https://github.com/apache/doris/pull/41287#issuecomment-2373527660 run buildall -- 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

[PR] [Improvement](sort) remove radix sort [doris]

2024-09-25 Thread via GitHub
BiteThet opened a new pull request, #41287: URL: https://github.com/apache/doris/pull/41287 ## Proposed changes remove radix sort ```sql radix sort mysql [test]>SELECT COUNT() FROM ( SELECT UserID FROM hits_1m ORDER BY FlashMajor LIMIT 5000 ) t; +--