zhannngchen commented on code in PR #31626: URL: https://github.com/apache/doris/pull/31626#discussion_r1512237488
########## regression-test/suites/update/test_update.groovy: ########## @@ -15,6 +15,39 @@ // specific language governing permissions and limitations // under the License. suite("test_update", "p0") { - // todo:test update - sql "show tables" + def tbName = "test_update" + sql "DROP TABLE IF EXISTS ${tbName}" Review Comment: your case should test on nereids planner and legacy planner both, pls refer to cases in this PR:https://github.com/apache/doris/pull/31666/files -- 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 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