This is an automated email from the ASF dual-hosted git repository.
englefly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2785202816 [Bug](regression-test) be coredump in pipeline when grace
exit in regression test (#18131)
add c8e4684578 [enhancement](nereids)support topN opt in nereids (#17741)
No new revisions were added by this update.
Summary of changes:
.../glue/translator/PhysicalPlanTranslator.java | 7 ++
.../glue/translator/PlanTranslatorContext.java | 6 +-
.../nereids/processor/post/PlanPostProcessors.java | 1 +
.../doris/nereids/processor/post/TopNScanOpt.java | 80 ++++++++++++++++++++++
.../rules/rewrite/logical/PushdownLimit.java | 12 ++++
.../trees/plans/physical/PhysicalOlapScan.java | 9 +--
.../nereids/trees/plans/physical/PhysicalTopN.java | 8 +--
.../nereids/postprocess/TopNRuntimeFilterTest.java | 61 +++++++++++++++++
8 files changed, 168 insertions(+), 16 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/TopNScanOpt.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/postprocess/TopNRuntimeFilterTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]