mymeiyi commented on code in PR #32523: URL: https://github.com/apache/doris/pull/32523#discussion_r1597794113
########## regression-test/suites/insert_p0/insert_group_commit_into.groovy: ########## @@ -132,11 +132,13 @@ suite("insert_group_commit_into") { """ connect(user = context.config.jdbcUser, password = context.config.jdbcPassword, url = context.config.jdbcUrl + "&useLocalSessionState=true") { + // TODO: pipeline need to be implemented + sql """ set experimental_enable_nereids_dml_with_pipeline = false; """ Review Comment: should remove this -- 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