shuke987 opened a new pull request, #61526:
URL: https://github.com/apache/doris/pull/61526

   ## Summary
   - Remove unnecessary `#include <algorithm>` from 60 BE source files
   - These files do not directly use `std::sort`, `std::min`, `std::max`, 
`std::find`, or other `<algorithm>` functions
   - The header is transitively available through other included headers
   
   Identified by 
[include-what-you-use](https://github.com/include-what-you-use/include-what-you-use)
 (IWYU 0.24 / Clang 20) analysis.
   
   ## Test plan
   - [x] Full BE incremental build passes with zero compilation errors
   - [ ] CI pipeline
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to