From ae3c30cbff2e24abd3f56991fc84a918f16ff00d Mon Sep 17 00:00:00 2001 From: Dylan Chen Date: Mon, 4 Nov 2024 22:24:05 +0800 Subject: [PATCH] fix --- e2e_test/source_legacy/cdc_inline/auto_schema_map_mysql.slt | 1 + e2e_test/source_legacy/cdc_inline/auto_schema_map_pg.slt | 1 + 2 files changed, 2 insertions(+) diff --git a/e2e_test/source_legacy/cdc_inline/auto_schema_map_mysql.slt b/e2e_test/source_legacy/cdc_inline/auto_schema_map_mysql.slt index c29a69f67234..b40e860d755a 100644 --- a/e2e_test/source_legacy/cdc_inline/auto_schema_map_mysql.slt +++ b/e2e_test/source_legacy/cdc_inline/auto_schema_map_mysql.slt @@ -154,6 +154,7 @@ c_datetime timestamp without time zone false NULL c_timestamp timestamp with time zone false NULL c_enum character varying false NULL c_json jsonb false NULL +_rw_timestamp timestamp with time zone true NULL primary key c_boolean, c_bigint, c_date NULL NULL distribution key c_boolean, c_bigint, c_date NULL NULL table description rw_mysql_types_test NULL NULL diff --git a/e2e_test/source_legacy/cdc_inline/auto_schema_map_pg.slt b/e2e_test/source_legacy/cdc_inline/auto_schema_map_pg.slt index be220347225b..3cdfd3c2eeae 100644 --- a/e2e_test/source_legacy/cdc_inline/auto_schema_map_pg.slt +++ b/e2e_test/source_legacy/cdc_inline/auto_schema_map_pg.slt @@ -139,6 +139,7 @@ c_interval_array interval[] false NULL c_jsonb_array jsonb[] false NULL c_uuid_array character varying[] false NULL c_enum_array character varying[] false NULL +_rw_timestamp timestamp with time zone true NULL primary key c_boolean, c_bigint, c_date NULL NULL distribution key c_boolean, c_bigint, c_date NULL NULL table description rw_postgres_types_test NULL NULL