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


##########
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:
   The table structures are the same, only the table names are different. Do we 
need to extract them?



-- 
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