chenlinzhong commented on code in PR #37909: URL: https://github.com/apache/doris/pull/37909#discussion_r1679182998
########## regression-test/suites/demo_p0/explain_action.groovy: ########## @@ -51,4 +51,66 @@ suite("explain_action") { assertTrue(exception != null) } } + + def dbName = "regression_test_demo_p0" + def tbName = "tb_base" + def tbMvName = "${tbName}_mv" + sql """ + set experimental_enable_nereids_planner=true; + """ Review Comment: The previous code has been closed, so we need to manually turn it on -- 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