mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
Remove commented code in ExpressionActions::execute()
This information will be added to the exception anyway. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
f83ddb1a70
commit
be2ec93a3f
@ -736,10 +736,6 @@ void ExpressionActions::execute(Block & block, size_t & num_rows, bool dry_run)
|
||||
{
|
||||
executeAction(action, execution_context, dry_run);
|
||||
checkLimits(execution_context.columns);
|
||||
|
||||
//std::cerr << "Action: " << action.toString() << std::endl;
|
||||
//for (const auto & col : execution_context.columns)
|
||||
// std::cerr << col.dumpStructure() << std::endl;
|
||||
}
|
||||
catch (Exception & e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user