Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tabVersion committed Jan 4, 2024
1 parent 134f571 commit 600300a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/source/basic/inlcude_key_as.slt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ WHERE key_col IS NOT NULL
101

query TT
SELECT (_rw_kafka_header[1]).key AS key, (_rw_kafka_header[1]).value::text AS value
SELECT (header_col[1]).key AS key, (header_col[1]).value::text AS value
FROM additional_columns limit 1;
----
header1 \x7631
Expand Down

0 comments on commit 600300a

Please sign in to comment.