corgy-w opened a new issue, #7674: URL: https://github.com/apache/seatunnel/issues/7674
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The failed task indicator is wrong and has no reference significance. The table with 1000 row for used. For deliberate failure, the ideal result should be Read:1000 Write: 0 <img width="854" alt="image" src="https://github.com/user-attachments/assets/2b542cf1-c422-440f-a520-33fb5662d053"> ### SeaTunnel Version 2.3.8-snapshot ### SeaTunnel Config ```conf env { "job.mode"="BATCH" "job.name"="20" } source { Jdbc { url="jdbc:mysql://xxxx:3306/dbs?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true" driver="com.mysql.cj.jdbc.Driver" user="root" password="qxin1029." query="select name, xx from `dbs`.`users`" "batch_size"="1" result_table_name="mysql2" } } transform { } sink { Jdbc { url="jdbc:mysql://xxxx:3306/pegasus_data_demo_00?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true" driver="com.mysql.cj.jdbc.Driver" user="root" password="qxin1029." database="pegasus_data_demo_00" table="users" generate_sink_sql = true source_table_name="mysql2" } } pegasus_data_demo_00.users not have xx field ``` ### Running Command ```shell - ``` ### Error Exception ```log - ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
