mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
Comment debug code.
This commit is contained in:
parent
375db5bd15
commit
068ae90448
@ -82,7 +82,7 @@ void appendFixedColumnsFromFilterExpression(const ActionsDAG::Node & filter_expr
|
|||||||
|
|
||||||
if (maybe_fixed_column && is_singe)
|
if (maybe_fixed_column && is_singe)
|
||||||
{
|
{
|
||||||
std::cerr << "====== Added fixed column " << maybe_fixed_column->result_name << ' ' << static_cast<const void *>(maybe_fixed_column) << std::endl;
|
// std::cerr << "====== Added fixed column " << maybe_fixed_column->result_name << ' ' << static_cast<const void *>(maybe_fixed_column) << std::endl;
|
||||||
fiexd_columns.insert(maybe_fixed_column);
|
fiexd_columns.insert(maybe_fixed_column);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user