Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Mar 24, 2022
1 parent 814e955 commit 001479e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Block DMVersionFilterBlockInputStream<MODE>::read(FilterPtr & res_filter, bool r
else
{
Block res;
for (auto & c : header)
for (const auto & c : header)
{
auto & column = cur_raw_block.getByName(c.name);
column.column = column.column->filter(filter, passed_count);
Expand Down

0 comments on commit 001479e

Please sign in to comment.