We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7bdfe commit c015fceCopy full SHA for c015fce
ydb/library/yql/core/type_ann/type_ann_core.cpp
@@ -2749,7 +2749,7 @@ namespace NTypeAnnImpl {
2749
if (!(*dataTypeOne == *dataTypeTwo)) {
2750
ctx.Expr.AddError(TIssue(
2751
ctx.Expr.GetPosition(input->Pos()),
2752
- TStringBuilder() << "Cannot calculate with different decimals:" << *dataTypeOne << " != " << *dataTypeTwo
+ TStringBuilder() << "Cannot calculate with different decimals:"
2753
));
2754
2755
return IGraphTransformer::TStatus::Error;
0 commit comments