This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45279-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from bf0d060578f branch-3.0: [improvement](statistics)Support auto analyze columns that haven't been analyzed for a long time. #42399 (#45281) add c1c6705be04 [opt](compaction) Don't check missed rows in cumu compaction if input rowsets are not in tablet (#45279) No new revisions were added by this update. Summary of changes: be/src/olap/compaction.cpp | 25 +++- be/src/olap/cumulative_compaction.cpp | 14 ++ be/src/olap/cumulative_compaction_policy.cpp | 16 +++ be/src/olap/schema_change.cpp | 2 + be/src/olap/tablet.cpp | 9 ++ be/src/olap/tablet.h | 1 + .../test_compaction_on_sc_new_tablet.out | 25 ++++ .../test_compaction_on_sc_new_tablet.groovy | 149 +++++++++++++++++++++ 8 files changed, 240 insertions(+), 1 deletion(-) create mode 100644 regression-test/data/fault_injection_p0/test_compaction_on_sc_new_tablet.out create mode 100644 regression-test/suites/fault_injection_p0/test_compaction_on_sc_new_tablet.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org