mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fixing style
This commit is contained in:
parent
390c27f7d8
commit
dc43a36ee2
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user