This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 535faa4fa6f [branch-2.0-pick] [Hotfix](merge-on-write) Fix when
DeltaWriter don't report num_filtered_rows in TTabletCommitInfo #24352 (#24497)
new 70ba9f1ebb7 [fix](nereids) fix cte filter pushdown if the filters can
be aggregated (#24489)
new 38493a99328 Revert "[schedule](pipeline) Remove wait schedule time in
pipeline query engine (#23994) (#24247)"
The 2 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/pipeline/pipeline_task.cpp | 2 +
be/src/pipeline/pipeline_task.h | 4 ++
be/src/pipeline/task_scheduler.cpp | 31 ++++++++-----
be/src/pipeline/task_scheduler.h | 1 +
.../nereids/rules/rewrite/RewriteCteChildren.java | 7 +--
.../nereids_p0/cte/test_cte_filter_pushdown.out | 43 ++++++++++++++++++
.../cte/test_cte_filter_pushdown.groovy} | 53 ++++++++++------------
7 files changed, 98 insertions(+), 43 deletions(-)
create mode 100644
regression-test/data/nereids_p0/cte/test_cte_filter_pushdown.out
copy regression-test/suites/{nereids_syntax_p0/select_const.groovy =>
nereids_p0/cte/test_cte_filter_pushdown.groovy} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]