Skip to content

Commit

Permalink
escape for old sqllogictest version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjinwu committed Jul 12, 2024
1 parent 925cb01 commit 86bc762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/source_inline/kafka/avro/glue.slt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ system ok
rpk topic create 'glue-sample-my-event'

system ok
rpk topic produce -f '%v{hex}\n' 'glue-sample-my-event' <<EOF
rpk topic produce -f '%v{hex}\\n' 'glue-sample-my-event' <<EOF
03005af405ef11b5444281a2e0563e5a734606666f6f80868dc8ebd98404
EOF

Expand Down Expand Up @@ -104,7 +104,7 @@ select * from t;
foo 2006-01-02 22:04:05.123456+00:00 NULL

system ok
rpk topic produce -f '%v{hex}\n' 'glue-sample-my-event' <<EOF
rpk topic produce -f '%v{hex}\\n' 'glue-sample-my-event' <<EOF
03004516411bb1e74e67839f3ef1b8c292800441428089b5e9a886ee050208deadbeef
EOF

Expand Down

0 comments on commit 86bc762

Please sign in to comment.