Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYu0123 committed Jun 30, 2023
1 parent e9fb164 commit 6e19b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/compaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Compaction {

RuntimeProfile::Counter* _input_rowsets_data_size_counter = nullptr;
RuntimeProfile::Counter* _input_rowsets_counter = nullptr;
RuntimeProfile::Counter* _input_row_num_counter= nullptr;
RuntimeProfile::Counter* _input_row_num_counter = nullptr;
RuntimeProfile::Counter* _input_segments_num_counter = nullptr;
RuntimeProfile::Counter* _merged_rows_counter = nullptr;
RuntimeProfile::Counter* _filtered_rows_counter = nullptr;
Expand Down

0 comments on commit 6e19b50

Please sign in to comment.