This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 53e5f3939e [fix](plan)result exprs should be substituted in the same way as agg exprs (#13744) add 4f2ea0776c [enhancement](compaction) opt compaction task producer and quick compaction (#13495) No new revisions were added by this update. Summary of changes: be/src/agent/task_worker_pool.cpp | 36 ++++----- be/src/common/config.h | 69 +++++----------- be/src/olap/base_compaction.cpp | 17 ++-- be/src/olap/compaction.cpp | 55 +------------ be/src/olap/compaction.h | 1 - be/src/olap/cumulative_compaction.cpp | 10 +-- be/src/olap/cumulative_compaction_policy.cpp | 47 ++++++----- be/src/olap/cumulative_compaction_policy.h | 27 +++---- be/src/olap/delta_writer.cpp | 18 +++-- be/src/olap/merger.cpp | 4 - be/src/olap/olap_server.cpp | 78 +++++++------------ be/src/olap/storage_engine.cpp | 4 - be/src/olap/storage_engine.h | 4 - be/src/olap/tablet.cpp | 91 +++++++--------------- be/src/olap/tablet.h | 28 +++---- be/src/olap/tablet_manager.cpp | 25 +++--- be/test/olap/cumulative_compaction_policy_test.cpp | 12 +-- docs/en/docs/admin-manual/config/be-config.md | 52 ++++--------- docs/zh-CN/docs/admin-manual/config/be-config.md | 52 ++++--------- 19 files changed, 198 insertions(+), 432 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org