Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
  • Loading branch information
yariks5s and Avogar committed Feb 19, 2024
1 parent c1897e7 commit cfa198c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Functions/FunctionBinaryArithmetic.h
Expand Up @@ -2101,7 +2101,6 @@ ColumnPtr executeStringInteger(const ColumnsWithTypeAndName & arguments, const A
type_res = std::make_shared<LeftDataType>(left.getPrecision(), left.getScale());
else
type_res = std::make_shared<RightDataType>(right.getPrecision(), right.getScale());
// Create result decimal type somehow, maybe similar to how we do it in getReturnTypeImplStatic

auto res = executeNumericWithDecimal<LeftDataType, RightDataType, DecimalResultType>(
left, right,
Expand Down

0 comments on commit cfa198c

Please sign in to comment.