shuke987 opened a new pull request, #61559: URL: https://github.com/apache/doris/pull/61559
## Summary - Remove unused `#include "runtime/query_context.h"` from 5 header files (`operator.h`, `spill_utils.h`, `task_scheduler.h`, `runtime_filter.h`, `fragment_mgr.h`) that don't use `QueryContext` or already have a forward declaration - Add the include to `runtime_filter.cpp` which uses `QueryContext` directly and was previously getting it transitively through the header ## Test plan - [ ] Verify build compiles successfully (`run buildall`) 🤖 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]
