Fixing style

This commit is contained in:
Nikolai Kochetov 2023-11-29 16:40:18 +00:00
parent 390c27f7d8
commit dc43a36ee2

View File

@ -293,7 +293,7 @@ Block ProjectionDescription::calculate(const Block & block, ContextPtr context)
{
auto mut_context = Context::createCopy(context);
/// We ignore aggregate_functions_null_for_empty cause it changes aggregate function types.
/// Now, projections do not support in on SELECT, and (whith this change) should ignore on INSERT as well.
/// Now, projections do not support in on SELECT, and (with this change) should ignore on INSERT as well.
mut_context->setSetting("aggregate_functions_null_for_empty", Field(0));
auto builder = InterpreterSelectQuery(