mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +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)
|
||||
{
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user