Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Aug 1, 2021
1 parent 8f459a9 commit 1ca0695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc/processor/pipeline/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func (n *sinkNode) flushSink(ctx pipeline.NodeContext, resolvedTs model.Ts) (err
}

func (n *sinkNode) emitEvent(ctx pipeline.NodeContext, event *model.PolymorphicEvent) error {
n.eventBuffer = append(n.eventBuffer, event)
if event == nil || event.Row == nil {
return nil
}
Expand Down

0 comments on commit 1ca0695

Please sign in to comment.