zclllyybb opened a new pull request, #64077: URL: https://github.com/apache/doris/pull/64077
### What problem does this PR solve? Issue Number: None Related PR: None Problem Summary: Spill revoke and spill recovery paths can keep doing expensive spill or repartition work after query cancellation. Add cancel checks at the retained spill entry points and cover those paths with focused BE unit tests. The tests set up operator local state before invoking public revoke paths so they match the current operator contract. ### Release note None ### Check List (For Author) - Test: Unit Test: ./run-be-ut.sh --run --filter=*OperatorTest.* - Behavior changed: No - Does this need documentation: No -- 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]
