mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
remove junk log
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
parent
e832599dfa
commit
7b49a0e530
@ -81,7 +81,6 @@ static void splitAndModifyMutationCommands(
|
||||
auto column_ordinary = table_columns.getOrdinary().tryGetByName(command.column_name);
|
||||
if (!column_ordinary || !part->tryGetColumn(command.column_name) || !part->hasColumnFiles(*column_ordinary))
|
||||
{
|
||||
LOG_DEBUG(log, "Materializing column {}\n", command.column_name);
|
||||
for_interpreter.push_back(command);
|
||||
mutated_columns.emplace(command.column_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user