This is an automated email from the ASF dual-hosted git repository. yiguolei 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 4d04db467e0 [Bug](predicate) Fixed the problem that the number of rows in inlist #41824 (#41910) 4d04db467e0 is described below commit 4d04db467e081a1b7b3c92d83da5ca8b76147277 Author: Pxl <pxl...@qq.com> AuthorDate: Thu Oct 17 17:13:00 2024 +0800 [Bug](predicate) Fixed the problem that the number of rows in inlist #41824 (#41910) pick from #41824 --- be/src/olap/in_list_predicate.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/be/src/olap/in_list_predicate.h b/be/src/olap/in_list_predicate.h index dfb3d4bf5e6..1abd1a61ba0 100644 --- a/be/src/olap/in_list_predicate.h +++ b/be/src/olap/in_list_predicate.h @@ -366,8 +366,6 @@ private: new_size = _base_evaluate<false, false>(&column, nullptr, sel, size); } } - _evaluated_rows += size; - _passed_rows += new_size; return new_size; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org