Skip to content

Commit

Permalink
add some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed May 19, 2023
1 parent 7b6fb52 commit f1d2b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stream/src/executor/backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,11 @@ where
&& let Some(is_finished) = row.datum_at(state_len + 1)
{
println!("is_finished? {:?}", is_finished);
println!("row: {:?}", row);
is_finished.into_bool()
} else {
println!("not finished");
println!("row: {:?}", row);
false
};

Expand Down

0 comments on commit f1d2b5a

Please sign in to comment.