Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Dec 28, 2023
1 parent 55fedb7 commit 7d23d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl<F: LogStoreFactory> SinkExecutor<F> {
stream_key_sink_pk_mismatch,
);

if !self.sink.is_sink_into_table() {
if self.sink.is_sink_into_table() {
#[for_await]
for msg in processed_input {
yield msg?;
Expand Down

0 comments on commit 7d23d03

Please sign in to comment.