xiaokang commented on code in PR #35823: URL: https://github.com/apache/doris/pull/35823#discussion_r1632156550
########## regression-test/suites/point_query_p0/test_point_query.groovy: ########## @@ -30,8 +30,9 @@ suite("test_point_query", "nonConcurrent") { try { set_be_config.call("disable_storage_row_cache", "false") // nereids do not support point query now - sql """set global enable_nereids_planner=false""" - + sql "set global enable_fallback_to_original_planner = false" Review Comment: can you use none global session variable? ########## regression-test/suites/point_query_p0/test_point_query.groovy: ########## @@ -30,8 +30,9 @@ suite("test_point_query", "nonConcurrent") { try { set_be_config.call("disable_storage_row_cache", "false") // nereids do not support point query now - sql """set global enable_nereids_planner=false""" - + sql "set global enable_fallback_to_original_planner = false" Review Comment: can you use none global session variable? -- 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