Hisoka-X commented on code in PR #7595: URL: https://github.com/apache/seatunnel/pull/7595#discussion_r1748737851
########## 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: So this change let some job cannot execute normally. Could you share the SQL of create table? Both of change before and change after. -- 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