This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new c805e69171f branch-2.1: [regression-test](fix) fix 
test_bloom_filter_hit.groovy case bug #46438 (#46617)
c805e69171f is described below

commit c805e69171f0e667638ee4d0b103f2dac2ce7626
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 15:51:23 2025 +0800

    branch-2.1: [regression-test](fix) fix test_bloom_filter_hit.groovy case 
bug #46438 (#46617)
    
    Cherry-picked from #46438
    
    Co-authored-by: shuke <sh...@selectdb.com>
---
 regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy 
b/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy
index f62c02a4205..3c7b7340743 100644
--- a/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy
+++ b/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_pipeline_task_num=1 """
     qt_sql """ select * from test_ip_bf where 
ip_v6='4a3e:dc26:1819:83e6:9ee5:7239:ff44:aee8' """
     profiles = httpGet(profileUrl)
     log.debug("profiles:{}", profiles);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to