eldenmoon commented on code in PR #35318: URL: https://github.com/apache/doris/pull/35318#discussion_r1620423663
########## regression-test/suites/point_query_p0/test_point_query.groovy: ########## @@ -30,7 +30,7 @@ suite("test_point_query") { try { set_be_config.call("disable_storage_row_cache", "false") // nereids do not support point query now - sql """set enable_nereids_planner=false""" + sql """set global enable_nereids_planner=false""" Review Comment: those tests need further work to let the case paseļ¼ need to set global to pass the cases -- 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