Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schen committed Jun 25, 2024
1 parent 9f00245 commit ff36194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/compile/scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ func (s *Scope) sendNotifyMessage(wg *sync.WaitGroup, resultChan chan notifyMess
message.NeedNotReply = false
message.Uuid = uuid

if errSend := sender.streamSender.Send(s.Proc.Ctx, message); errSend != nil {
if errSend := sender.streamSender.Send(sender.ctx, message); errSend != nil {
closeWithError(errSend, s.Proc.Reg.MergeReceivers[receiverIdx], sender)
return
}
Expand Down

0 comments on commit ff36194

Please sign in to comment.