This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from 8e39a8b11b [fix](vec) VMergeIterator add key same label for agg table (#14722) new 0b7257b551 [vectorized](udaf) fix udaf result is null when has multiple aggs (#15554) new 08e51f670c [Bug](filter) fix not in(null) return true (#15466) new f174636392 [fix](inbitmap) forbid having clause to include in bitmap. (#15494) new 75c1bd146f [fix](bitmapfilter) fix bitmap filter not pushing down (#15532) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/exprs/runtime_filter.cpp | 7 +------ .../aggregate_functions/aggregate_function_java_udaf.h | 4 ++-- be/src/vec/exec/scan/vscan_node.cpp | 5 ++++- be/src/vec/functions/in.h | 16 ++++------------ .../main/java/org/apache/doris/analysis/SelectStmt.java | 11 +++++++++++ .../java/org/apache/doris/planner/RuntimeFilter.java | 4 ++++ .../data/javaudf_p0/test_javaudaf_mysum_int.out | 12 ++++++++++++ .../data/query_p0/sql_functions/test_in_expr.out | 10 ++++++++++ .../suites/javaudf_p0/test_javaudaf_mysum_int.groovy | 4 ++++ .../suites/query_p0/join/test_bitmap_filter.groovy | 5 +++++ .../suites/query_p0/sql_functions/test_in_expr.groovy | 8 ++++++++ 11 files changed, 65 insertions(+), 21 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org