Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhannngchen committed Jun 3, 2024
1 parent 04ff668 commit 3248f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/compaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ Status CompactionMixin::modify_rowsets() {
_tablet->tablet_state() == TABLET_RUNNING &&
_stats.merged_rows != missed_rows_size) {
std::stringstream ss;
ss << "cumulative compaction: the merged rows(" << stats->merged_rows
ss << "cumulative compaction: the merged rows(" << _stats.merged_rows
<< ") is not equal to missed rows(" << missed_rows_size
<< ") in rowid conversion, tablet_id: " << _tablet->tablet_id()
<< ", table_id:" << _tablet->table_id();
Expand Down

0 comments on commit 3248f86

Please sign in to comment.