[Internal][bug][doris-1091] Fix bug that compaction failed after deletion (#5413)
This commit is contained in:
@ -101,7 +101,7 @@ public:
|
||||
uint64_t merged_rows() const { return _merged_rows; }
|
||||
|
||||
uint64_t filtered_rows() const {
|
||||
return _stats.rows_del_filtered + _stats.rows_conditions_filtered;
|
||||
return _stats.rows_del_filtered + _stats.rows_conditions_filtered + _stats.rows_vec_del_cond_filtered;
|
||||
}
|
||||
|
||||
const OlapReaderStatistics& stats() const { return _stats; }
|
||||
|
||||
Reference in New Issue
Block a user