Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Jun 24, 2024
1 parent 0fbfcd7 commit 111dba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e_test/source_inline/kafka/include_key_as.slt
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ rpk topic delete 'test_additional_columns' || true;
system ok
rpk topic create 'test_additional_columns'

# Note: `sh` doesn't have {..} brace expansion
system ok
for i in {0..100}; do echo "key\$i:{\\"a\\": \$i}" | rpk topic produce 'test_additional_columns' -f "%k:%v\\n" -H "header1=v1" -H "header2=v2"; done
bash -c 'for i in {0..100}; do echo "key\$i:{\\"a\\": \$i}" | rpk topic produce test_additional_columns -f "%k:%v\\n" -H "header1=v1" -H "header2=v2"; done'

statement ok
create table additional_columns (a int)
Expand Down

0 comments on commit 111dba6

Please sign in to comment.