This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 38a62d890fd [opt](nereids) simplify arithmethic handle with mix add/sub/multiply/divide (#45543) add ed2e8d99921 [opt](inverted index) Time Series Compaction Level 2 Logical Optimization (#45412) No new revisions were added by this update. Summary of changes: .../cloud/cloud_cumulative_compaction_policy.cpp | 146 +--------------- be/src/cloud/cloud_cumulative_compaction_policy.h | 18 +- be/src/cloud/pb_convert.cpp | 4 + be/src/olap/compaction.cpp | 30 +++- be/src/olap/compaction.h | 4 + be/src/olap/cumulative_compaction.cpp | 4 - be/src/olap/cumulative_compaction_policy.h | 8 +- .../cumulative_compaction_time_series_policy.cpp | 193 ++++++++++++++------- .../cumulative_compaction_time_series_policy.h | 26 ++- be/src/olap/full_compaction.cpp | 3 - gensrc/proto/olap_file.proto | 1 + .../test_time_series_compaction_level2.groovy | 140 +++++++++++++++ 12 files changed, 358 insertions(+), 219 deletions(-) create mode 100644 regression-test/suites/compaction/test_time_series_compaction_level2.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org