eldenmoon commented on code in PR #49328: URL: https://github.com/apache/doris/pull/49328#discussion_r2005653342
########## be/src/olap/compaction.cpp: ########## @@ -1366,6 +1366,12 @@ Status Compaction::check_correctness() { _output_rowset->num_rows()); } if (_tablet->keys_type() == KeysType::DUP_KEYS) { + // if there is a delete predicate in the input rowsets, we skip the path stats check + for (auto& rowset : _input_rowsets) { Review Comment: add this logic to check_path_stats -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org