[Chore](primitive-type) remove VecPrimitiveTypeTraits (#22842)
This commit is contained in:
@ -459,7 +459,6 @@ private:
|
||||
NativeResultType res;
|
||||
// TODO handle overflow gracefully
|
||||
if (Op::template apply<NativeResultType>(a, b, res)) {
|
||||
LOG(WARNING) << "Decimal math overflow";
|
||||
res = max_decimal_value<ResultType>();
|
||||
}
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user