mirror of https://github.com/ByConity/ByConity
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