lmhmhl commented on pull request #9557: URL: https://github.com/apache/shardingsphere/pull/9557#issuecomment-803526836
Hi @tristaZero, I check the sql file carefully, and found that I forget to DELETE the table when every single test execute initTable method. I am so sorry that I took such a long time on this issue and I appreciate that you still trust me. ``` DELETE FROM t_order_calcite_sharding_0; DELETE FROM t_order_calcite_sharding_1; ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
