You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MySqlToIcebergE2eITCase.java
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@
37
37
importorg.junit.jupiter.api.BeforeAll;
38
38
importorg.junit.jupiter.api.BeforeEach;
39
39
importorg.junit.jupiter.api.Test;
40
+
importorg.junit.jupiter.api.io.TempDir;
40
41
importorg.slf4j.Logger;
41
42
importorg.slf4j.LoggerFactory;
42
43
importorg.testcontainers.containers.BindMode;
@@ -69,15 +70,10 @@
69
70
70
71
/** End-to-end tests for mysql cdc to Iceberg pipeline job. */
Copy file name to clipboardExpand all lines: flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MysqlE2eITCase.java
"CreateTableEvent{tableId=%s.customers, schema=columns={`id` INT NOT NULL,`name` VARCHAR(255) NOT NULL 'flink',`address` VARCHAR(1024),`phone_number` VARCHAR(512)}, primaryKeys=id, options=()}",
198
187
"CreateTableEvent{tableId=%s.products, schema=columns={`id` INT NOT NULL,`name` VARCHAR(255) NOT NULL 'flink',`description` VARCHAR(512),`weight` FLOAT,`enum_c` STRING 'red',`json_c` STRING,`point_c` STRING}, primaryKeys=id, options=()}",
0 commit comments