This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 0148b39de0 [fix](metric) fix be down when enable_system_metrics is false (#16140) add b919cbe487 [ehancement](nereids) Enhancement for limit clause (#16114) No new revisions were added by this update. Summary of changes: .../glue/translator/PhysicalPlanTranslator.java | 9 +++- .../doris/nereids/parser/LogicalPlanBuilder.java | 6 +-- .../nereids/rules/rewrite/logical/MergeLimits.java | 7 ++- .../org/apache/doris/planner/ExchangeNode.java | 8 ++++ .../java/org/apache/doris/planner/PlanNode.java | 7 +++ .../doris/nereids/parser/LimitClauseTest.java | 23 ---------- .../conditional_functions/test_query_limit.out | 51 ++++++++++++++++++++++ .../conditional_functions/test_query_limit.groovy | 35 +++++++++++++++ 8 files changed, 112 insertions(+), 34 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org