Skip to content

Commit 4990e45

Browse files
nikitamKirillKurdyukov
authored andcommitted
correct expression type for long sum aggregate
1 parent fcce943 commit 4990e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EFCore.Ydb/src/Query/Internal/Translators/YdbQueryableAggregateMethodTranslator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class YdbQueryableAggregateMethodTranslator(
133133
[sumSqlExpression],
134134
nullable: true,
135135
argumentsPropagateNullability: ArrayUtil.FalseArrays[1],
136-
typeof(decimal)),
136+
typeof(long)),
137137
sumInputType,
138138
sumSqlExpression.TypeMapping);
139139
}

0 commit comments

Comments
 (0)