mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge branch 'fixed-hash-map-implicit-zero-6' of github.com:yandex/ClickHouse into fixed-hash-map-implicit-zero-6
This commit is contained in:
commit
a2d9be1ed4
@ -515,7 +515,7 @@ int main(int argc, char ** argv)
|
||||
|
||||
/// Aggregate
|
||||
Stopwatch watch;
|
||||
Float res;
|
||||
Float res{};
|
||||
|
||||
switch (variant)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user