This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-4.0-preview in repository https://gitbox.apache.org/repos/asf/doris.git
from f07d15f0499 [fix](merge-cloud) fix incorrect path of temporary files created by vertical compaction (#34044) new 30290b96ae1 [opt](nereids)do not apply CSE(Common Sub Expression) upon multiDataSink (#33746) new d5d1d292217 [fix](nereids) do not push RF into nested cte (#33769) 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: .../glue/translator/PhysicalPlanTranslator.java | 3 +- .../processor/post/RuntimeFilterGenerator.java | 13 ++-- .../org/apache/doris/planner/RuntimeFilter.java | 2 +- .../java/org/apache/doris/qe/StmtExecutor.java | 1 + .../data/nereids_syntax_p0/runtime_filter.out | 39 ++++++++++++ .../org/apache/doris/regression/suite/Suite.groovy | 11 ++++ .../suites/nereids_syntax_p0/runtime_filter.groovy | 69 ++++++++++++++++++++++ .../suites/tpch_sf0.1_p1/sql/cse.groovy | 10 ++++ 8 files changed, 140 insertions(+), 8 deletions(-) create mode 100644 regression-test/data/nereids_syntax_p0/runtime_filter.out --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org