BiteTheDDDDt commented on code in PR #46438:
URL: https://github.com/apache/doris/pull/46438#discussion_r1904027000


##########
regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy:
##########
@@ -129,6 +129,7 @@ suite("test_bloom_filter_hit") {
     sql """ set parallel_scan_min_rows_per_scanner = 2097152; """
 
     // bf filter
+    sql """ SET parallel_fragment_exec_instance_num=1 """

Review Comment:
   set parallel_pipeline_task_num=1 to make it work on pipeline engine, 
parallel_fragment_exec_instance_num is deprecated now



-- 
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