This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new ae433d1baa3 branch-3.0: [regression-test](fix) fix test_bloom_filter_hit.groovy case bug #46438 (#46595) ae433d1baa3 is described below commit ae433d1baa3f3e689a425111ee10c631137c67e1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jan 8 15:51:32 2025 +0800 branch-3.0: [regression-test](fix) fix test_bloom_filter_hit.groovy case bug #46438 (#46595) Cherry-picked from #46438 Co-authored-by: shuke <sh...@selectdb.com> Co-authored-by: Dongyang Li <lidongy...@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