This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 8bdc7195a9 [hotfix] fix unused import from ##9618 new 3182672279 [fix](Function) fix to_bitmap to return always not nullable (#9859) new 9a7d70b2f0 [fix] fix invalid SQL rewrite for field in materialized view (#9877) new c4ef128d55 [Vectorized][Function] fix bitmap_intersect get wrong result (#9907) new ad0216f823 [fix](hive) fix bug of invalid user info in external table's scan node (#9908) 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: .../aggregate_function_bitmap.h | 13 +++++-- be/src/vec/functions/function_bitmap.cpp | 45 ++++++++++++++-------- .../org/apache/doris/planner/BrokerScanNode.java | 2 +- .../doris/rewrite/mvrewrite/CountFieldToSum.java | 16 ++++---- .../planner/MaterializedViewFunctionTest.java | 10 +++++ ..._variance_agg.out => test_bitmap_intersect.out} | 5 +-- ...nce_agg.groovy => test_bitmap_intersect.groovy} | 26 ++++++------- 7 files changed, 74 insertions(+), 43 deletions(-) copy regression-test/data/correctness/{test_select_variance_agg.out => test_bitmap_intersect.out} (71%) copy regression-test/suites/correctness/{test_select_variance_agg.groovy => test_bitmap_intersect.groovy} (55%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org