From 852eef5a78e77d23c2e3712111104d0bd7105b01 Mon Sep 17 00:00:00 2001 From: haitaoyang Date: Thu, 12 Oct 2023 12:39:41 +0000 Subject: [PATCH] [CP] Fix print log core --- src/storage/access/ob_aggregated_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/access/ob_aggregated_store.h b/src/storage/access/ob_aggregated_store.h index fca65e52d..4259cddf4 100644 --- a/src/storage/access/ob_aggregated_store.h +++ b/src/storage/access/ob_aggregated_store.h @@ -228,7 +228,7 @@ public: } OB_INLINE void set_end() { iter_end_flag_ = IterEndState::ITER_END; } int check_agg_in_row_mode(const ObTableIterParam &iter_param); - TO_STRING_KV(K_(is_firstrow_aggregated), K_(agg_row), K_(agg_flat_row_mode), K_(row_buf)); + TO_STRING_KV(K_(is_firstrow_aggregated), K_(agg_row), K_(agg_flat_row_mode)); private: bool is_firstrow_aggregated_;