From 6e19b50edecbeb665990068cbd641cc4dc85979b Mon Sep 17 00:00:00 2001 From: ZhangYu0123 Date: Fri, 30 Jun 2023 19:24:22 +0800 Subject: [PATCH] format --- be/src/olap/compaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/olap/compaction.h b/be/src/olap/compaction.h index 85e51397b227d0..bed9ae403f9ef1 100644 --- a/be/src/olap/compaction.h +++ b/be/src/olap/compaction.h @@ -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;