This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 07a119abfb [fix](routine-load) fix bug that routine load task can not find backend (#9902) new c78cda0aef [fix](storage) Disable compaction before schema change is actually executed(#9032) (#9065) new 0541f540d8 [feature] Support show proc BackendLoadStatistic (#9618) new 5ada208398 [optimize](planner)remove redundant conjuncts on plan node (#9819) new 7aa29d48fc [fix](planner) Fix the bug of can't query the data of new added partition when set partition_prune_algorithm_version = 2 (#9844) new 8bdc7195a9 [hotfix] fix unused import from ##9618 The 5 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/olap/compaction.cpp | 7 +-- be/src/olap/compaction.h | 2 +- be/src/olap/cumulative_compaction_policy.cpp | 1 - be/src/olap/schema_change.cpp | 40 ++++++++++++---- be/src/olap/schema_change.h | 6 ++- be/src/olap/tablet.cpp | 49 +++++++++++++++++--- be/src/olap/tablet.h | 8 ++-- .../org/apache/doris/analysis/LiteralExpr.java | 1 + .../apache/doris/clone/ClusterLoadStatistic.java | 3 ++ ...Node.java => BackendLoadStatisticProcNode.java} | 25 +++++----- .../common/proc/ClusterLoadStatisticProcDir.java | 9 ++-- .../doris/planner/ListPartitionPrunerV2.java | 7 ++- .../java/org/apache/doris/planner/PlanNode.java | 12 +++-- .../doris/rewrite/ExtractCommonFactorsRule.java | 6 +++ .../data/performance/redundant_conjuncts.out | 39 ++++++++++++++++ .../suites/performance/redundant_conjuncts.groovy | 53 ++++++++++------------ 16 files changed, 195 insertions(+), 73 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/common/proc/{SchedulerStatProcNode.java => BackendLoadStatisticProcNode.java} (66%) create mode 100644 regression-test/data/performance/redundant_conjuncts.out copy fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/Timestamp.java => regression-test/suites/performance/redundant_conjuncts.groovy (52%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org