Skip to content

Commit c015fce

Browse files
committed
Fixed build
1 parent 0f7bdfe commit c015fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/core/type_ann/type_ann_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2749,7 +2749,7 @@ namespace NTypeAnnImpl {
27492749
if (!(*dataTypeOne == *dataTypeTwo)) {
27502750
ctx.Expr.AddError(TIssue(
27512751
ctx.Expr.GetPosition(input->Pos()),
2752-
TStringBuilder() << "Cannot calculate with different decimals:" << *dataTypeOne << " != " << *dataTypeTwo
2752+
TStringBuilder() << "Cannot calculate with different decimals:"
27532753
));
27542754

27552755
return IGraphTransformer::TStatus::Error;

0 commit comments

Comments
 (0)