Skip to content

Commit

Permalink
Merge pull request #12 from RuiFG/master
Browse files Browse the repository at this point in the history
fix: union operator emit be nil
  • Loading branch information
RuiFG authored Jan 9, 2023
2 parents e70c5b2 + eac022d commit 660a956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streaming-operator/union/union.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func (o *operator[T]) Open(ctx Context, emit element.Emit) error {
return err
}
}
o.emit = emit
o.combineWatermark = NewCombineWatermark(o.inputCount)
return nil
}
Expand Down

0 comments on commit 660a956

Please sign in to comment.