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
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
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
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
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
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;
+--