This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 2975ef9d9b [Opt](pipeline) Refactor the short circuit of join pipeline (#23639) (#23728) new 6758c19fcb [Improvment](materialized-view) add short circuit for selectBestMV #23743 new c981d109bc [opt](planner) speed up computeColumnsFilter on ScanNode (#23742) 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: .../planner/BackendPartitionedSchemaScanNode.java | 2 +- .../doris/planner/MaterializedViewSelector.java | 5 ++ .../org/apache/doris/planner/OlapScanNode.java | 4 +- .../java/org/apache/doris/planner/ScanNode.java | 56 +++++++++++++++------- .../doris/planner/external/ExternalScanNode.java | 4 +- .../doris/planner/external/FileQueryScanNode.java | 2 +- .../doris/planner/external/hudi/HudiScanNode.java | 2 +- .../planner/external/paimon/PaimonScanNode.java | 2 +- 8 files changed, 52 insertions(+), 25 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org