-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix rightjoin.Free hung #17107
Fix rightjoin.Free hung #17107
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
https://github.com/matrixorigin/mo-nightly-regression/actions/runs/9628576836 在rightjoin.build()中,判断arg.Ismerger时在receivehashmap前sleep,否则在receivehashmap后sleep, |
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue https://github.com/matrixorigin/MO-Cloud/issues/3338
What this PR does / why we need it:
Do not read from channel in Free()
PR Type
Bug fix
Description
Free
method across multiple files.Changes walkthrough 📝
types.go
Simplify channel handling logic in `Free` method.
pkg/sql/colexec/right/types.go
Free
method.
types.go
Simplify channel handling logic in `Free` method.
pkg/sql/colexec/rightanti/types.go
Free
method.
types.go
Simplify channel handling logic in `Free` method.
pkg/sql/colexec/rightsemi/types.go
Free
method.