From fc03c1013cc73094ebb592623c60037acd196410 Mon Sep 17 00:00:00 2001 From: Maksim Kita Date: Fri, 19 Feb 2021 20:42:51 +0300 Subject: [PATCH] Fixed style check --- src/AggregateFunctions/AggregateFunctionSumMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AggregateFunctions/AggregateFunctionSumMap.h b/src/AggregateFunctions/AggregateFunctionSumMap.h index 9c2cdb41844..f6a473546f9 100644 --- a/src/AggregateFunctions/AggregateFunctionSumMap.h +++ b/src/AggregateFunctions/AggregateFunctionSumMap.h @@ -116,7 +116,7 @@ public: getName(), value_type->getName()}; WhichDataType value_type_to_check(value_type); - + /// Do not promote decimal because of implementation issues of this function design /// If we decide to make this function more efficient we should promote decimal type during summ if (value_type_to_check.isDecimal())