Skip to content

Commit

Permalink
[Refactor] Fix the clang-tidy check (backport #50950) (#52027)
Browse files Browse the repository at this point in the history
Co-authored-by: trueeyu <[email protected]>
  • Loading branch information
mergify[bot] and trueeyu authored Oct 17, 2024
1 parent 65403cd commit fdbf9b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/storage/lake/pk_tablet_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class HorizontalPkTabletWriter : public HorizontalGeneralTabletWriter {
private:
std::unique_ptr<RowsetTxnMetaPB> _rowset_txn_meta;
std::unique_ptr<RowsMapperBuilder> _rows_mapper_builder;
const std::map<std::string, std::string>* _column_to_expr_value = nullptr;
};

class VerticalPkTabletWriter : public VerticalGeneralTabletWriter {
Expand Down

0 comments on commit fdbf9b6

Please sign in to comment.