zhangtao106 opened a new issue, #41378: URL: https://github.com/apache/doris/issues/41378
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 2.1.6 ### What's Wrong? I use mybatis-plus in my project, and use "truncate table table_a " in mapper.xml file, when I tigger parent method to execuate this sql, it accour error, but in my single test methods, it can executed success. with my tigger with xxl-job,: @Autowried private dbService servide; service.clean(); in service.clean(), autowried mapper, detailMessage = Only support prepare SelectStmt or NativeInsertStmt|Time(ms)=1|ScanBytes=0|ScanRows=0|ReturnRows=0|StmtId=3998558|QueryId=527c90c2b9ae4b15-a57834112407554b|IsQuery=false|isNereids=false|feIp=10.1.1.1|Stmt=truncate table tttt; ### What You Expected? clean all data in table ### How to Reproduce? test interface with truncate table case ### Anything Else? no ### Are you willing to submit PR? - [ ] 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org