RaymondFishWang opened a new issue, #7367: URL: https://github.com/apache/seatunnel/issues/7367
### 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 I have tested 2.3.5 and 2.3.6 version with data_save_mode=CUSTOM_PROCESSING custom_sql="delete from table; system can't work. I also tested the same function with starocks. It is ok. ### SeaTunnel Version 2.3.5 2.3.6 ### SeaTunnel Config ```conf sink { Doris { fenodes = "ip***:8030" query-port=9030 password="" username="" database = "test" table = "***" batch_max_rows=10240 data_save_mode=CUSTOM_PROCESSING custom_sql="delete from table;" doris.config = { format = "json" read_json_by_line = "true" } } } ``` ### Running Command ```shell /seatunnel-2.3.6/bin/seatunnel.sh --config aa.config ``` ### Error Exception ```log have no error. all the data have been inserted into the database . System can't delete the data from db. ``` ### Zeta or Flink or Spark Version zeta ### Java or Scala Version java 1.8 ### 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]
