mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
dbms: modified log message [#CONV-2944].
This commit is contained in:
parent
10a41c00f4
commit
08ae323871
@ -988,7 +988,7 @@ void Aggregator::destroyAggregateStates(AggregatedDataVariants & result)
|
||||
if (result.size() == 0)
|
||||
return;
|
||||
|
||||
LOG_TRACE(log, "Destroying aggregate states in case of exception");
|
||||
LOG_TRACE(log, "Destroying aggregate states because query execution was cancelled");
|
||||
|
||||
/// В какой структуре данных агрегированы данные?
|
||||
if (result.type == AggregatedDataVariants::WITHOUT_KEY)
|
||||
|
Loading…
Reference in New Issue
Block a user