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 e4ba61ec12 [improvment](function) add new function substring_index (#15373) new 1a8244b534 [fix](planner) fix hll_union plan: Invalid Aggregate Operator: hll_union (#14931) new 1033d71c1b [fix](planner) set limit to nagtive value when has offset in limit (#15367) new d5936eb48c [fix](mow-uniquekey) fix dereference to nullptr in Tablet::calc_delete_bitmap (#15375) The 3 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/olap/tablet.cpp | 2 +- .../org/apache/doris/analysis/AnalyticExpr.java | 6 ++---- .../apache/doris/analysis/FunctionCallExpr.java | 8 ++++---- .../apache/doris/catalog/AggregateFunction.java | 12 ++++++----- .../java/org/apache/doris/catalog/FunctionSet.java | 4 ++++ .../apache/doris/planner/DistributedPlanner.java | 6 ++++++ .../org/apache/doris/planner/ExchangeNode.java | 2 +- .../apache/doris/planner/SingleNodePlanner.java | 13 ++++++++---- .../rewrite/mvrewrite/HLLHashToSlotRefRule.java | 9 +++++---- .../apache/doris/rewrite/mvrewrite/NDVToHll.java | 3 ++- .../org/apache/doris/planner/QueryPlanTest.java | 23 ++++++++++++++++++++++ 11 files changed, 64 insertions(+), 24 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org