DongLiang-0 commented on code in PR #466:
URL: 
https://github.com/apache/doris-flink-connector/pull/466#discussion_r1718122049


##########
flink-doris-connector/src/test/resources/autoci/e2e/mysql2doris/initialize/mysql_tbl1.sql:
##########
@@ -0,0 +1,8 @@
+DROP TABLE IF EXISTS test_e2e_mysql.tbl1;
+
+CREATE TABLE test_e2e_mysql.tbl1 (
+    `name` varchar(256) primary key,
+    `age` int
+);
+
+insert into test_e2e_mysql.tbl1 values ('doris_1',1);

Review Comment:
   This is the next plan. These cases will be transformed. Each table will have 
a different structure and will be more complex. Now these cases are too simple.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to