remove junk log

Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
Duc Canh Le 2023-12-20 04:59:03 +00:00
parent e832599dfa
commit 7b49a0e530

View File

@ -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);
}