Skip to content

Commit

Permalink
test: remove duplicated avro pk test (#17062)
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <[email protected]>
  • Loading branch information
tabVersion authored Jun 7, 2024
1 parent 88bb14a commit 845748c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions e2e_test/source_inline/kafka/avro/name_strategy.slt
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ WITH (
FORMAT UPSERT ENCODE AVRO (schema.registry = '${RISEDEV_SCHEMA_REGISTRY_URL}');


# TODO: Uncomment this when we add test data kafka key with format `"ID":id`
# statement ok
# CREATE TABLE upsert_avro_json (
# PRIMARY KEY("ID")
# )
# WITH (
# connector = 'kafka',
# properties.bootstrap.server = '${RISEDEV_KAFKA_BOOTSTRAP_SERVERS}',
# topic = 'upsert_avro_json')
# FORMAT UPSERT ENCODE AVRO (schema.registry = '${RISEDEV_SCHEMA_REGISTRY_URL}');


#######################
# record_name_strategy
#######################
Expand Down Expand Up @@ -145,20 +133,6 @@ delete id5 5 7778 7980 value10 8182 info10 2021-05-19T15:22:45.539Z 21474836.49
NULL id6 NULL NULL NULL NULL NULL NULL NULL -0.01 NULL (abcdefg) NULL
NULL id7 NULL NULL NULL NULL NULL NULL NULL -0.01 NULL NULL 67e55044-10b1-426f-9247-bb680e5fe0c8

# query II
# SELECT
# *
# FROM
# upsert_avro_json
# ORDER BY
# "ID";
# ----
# update id1 -1 6768 6970 value9 7172 info9 2021-05-18T07:59:58.714Z
# delete id2 2 7778 7980 value10 8182 info10 2021-05-19T15:22:45.539Z
# delete id3 3 7778 7980 value10 8182 info10 2021-05-19T15:22:45.539Z
# delete id5 5 7778 7980 value10 8182 info10 2021-05-19T15:22:45.539Z



query II
SELECT
Expand Down Expand Up @@ -199,9 +173,6 @@ NULL id7 NULL NULL NULL NULL NULL NULL NULL -0.01 NULL NULL 67e55044-10b1-426f-9
statement ok
DROP TABLE t_topic;

# statement ok
# DROP TABLE upsert_avro_json;

statement ok
DROP TABLE t_record_format_plain;

Expand Down

0 comments on commit 845748c

Please sign in to comment.