chl-wxp commented on code in PR #7595: URL: https://github.com/apache/seatunnel/pull/7595#discussion_r1748098409
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/src/test/resources/jdbc_mysql_source_and_sink.conf: ########## @@ -27,7 +27,8 @@ source { connection_check_timeout_sec = 100 user = "root" password = "Abc!@#135_seatunnel" - query = "select * from source;" + query = "select * from source" + table_path = seatunnel.source } Review Comment: If you do not add table_path, the Mysql database will fail to create a table failed -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org