Skip to content

Commit

Permalink
fix
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 914bdc5 commit 981baf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/source_inline/kafka/avro/name_strategy.slt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ FORMAT UPSERT ENCODE AVRO (schema.registry = '${RISEDEV_SCHEMA_REGISTRY_URL}');

statement ok
CREATE TABLE upsert_avro_json (
PRIMARY KEY("ID")
PRIMARY KEY("ID_KEY")
)
INCLUDE KEY AS "ID"
INCLUDE KEY AS "ID_KEY"
WITH (
connector = 'kafka',
properties.bootstrap.server = '${RISEDEV_KAFKA_BOOTSTRAP_SERVERS}',
Expand Down

0 comments on commit 981baf5

Please sign in to comment.