chl-wxp commented on code in PR #7595:
URL: https://github.com/apache/seatunnel/pull/7595#discussion_r1748099029


##########
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:
    Because the field information read by "Query SQL" is inaccurate



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

Reply via email to