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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to