Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Oct 31, 2024
1 parent 4d79c29 commit fac0681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/olap/rowset/beta_rowset_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class BaseBetaRowsetWriter : public RowsetWriter {
RETURN_NOT_OK_STATUS_WITH_WARN(_idx_files.close(),
"failed to close index file when build new rowset");
this->_total_index_size += _idx_files.get_total_index_size();
this->_total_data_size += _idx_files.get_total_index_size();
return Status::OK();
}

Expand Down

0 comments on commit fac0681

Please sign in to comment.