Skip to content

Commit

Permalink
add include clause
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <[email protected]>
  • Loading branch information
tabVersion committed Jun 3, 2024
1 parent 1997b33 commit 914bdc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e_test/source_inline/kafka/avro/name_strategy.slt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ statement ok
CREATE TABLE upsert_avro_json (
PRIMARY KEY("ID")
)
INCLUDE KEY AS "ID"
WITH (
connector = 'kafka',
properties.bootstrap.server = '${RISEDEV_KAFKA_BOOTSTRAP_SERVERS}',
Expand Down

0 comments on commit 914bdc5

Please sign in to comment.