From f5a06f6d9a786158b99ac95f92ab64ef9abcb1ab Mon Sep 17 00:00:00 2001 From: trueeyu Date: Wed, 18 Sep 2024 16:40:31 +0800 Subject: [PATCH] [Refactor] Fix the clang-tidy check (#50950) Signed-off-by: trueeyu (cherry picked from commit cdb1c2b553bd9aad64d28fd649451ad6057cfbdf) --- be/src/storage/lake/pk_tablet_writer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/storage/lake/pk_tablet_writer.h b/be/src/storage/lake/pk_tablet_writer.h index d7215ed932c5c..8cd3ad6c0ba0e 100644 --- a/be/src/storage/lake/pk_tablet_writer.h +++ b/be/src/storage/lake/pk_tablet_writer.h @@ -56,7 +56,6 @@ class HorizontalPkTabletWriter : public HorizontalGeneralTabletWriter { private: std::unique_ptr _rowset_txn_meta; std::unique_ptr _rows_mapper_builder; - const std::map* _column_to_expr_value = nullptr; }; class VerticalPkTabletWriter : public VerticalGeneralTabletWriter {