mrhhsg opened a new pull request, #63253:
URL: https://github.com/apache/doris/pull/63253
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Partitioned aggregation source close cleaned a shared state
owned by both sink and source pipelines. This could make shared spill cleanup
depend on a local source operator lifecycle even though the state is shared.
This PR moves leftover spill file cleanup to `PartitionedAggSharedState` itself
and makes `close()` idempotent.
### Release note
None
### Check List (For Author)
- Test: Manual test
- `build-support/clang-format.sh`
- `build-support/check-format.sh`
- `git diff --check`
- 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]