Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
st1page committed Sep 27, 2023
1 parent a999d06 commit abaf83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/simulation/tests/integration_tests/sink/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ fn build_stream_chunk(row_iter: impl Iterator<Item = (i32, String)>) -> StreamCh
.append_one_row([
Some(ScalarImpl::Int32(id)),
Some(ScalarImpl::Utf8(name.into())),
// ROW ID COLUMN
None,
])
.is_none());
}
Expand Down

0 comments on commit abaf83b

Please sign in to comment.